#9fbaeb

Color #9FBAEB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9FBAEB

Tints of Perano #9FBAEB

Color information

#9FBAEB (or 0x9FBAEB) is unknown color: approx Perano. HEX triplet: 9F, BA and EB. RGB value is (159,186,235). Sum of RGB (Red+Green+Blue) = 159+186+235=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAEB is #604514. Grayscale: #B7B7B7. Windows color (decimal): -6309141 or 15448735. OLE color: 15448735.

HSL color Cylindrical-coordinate representation of color #9FBAEB: hue angle of 218.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBAEB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159186235-
CMYK0.320.2100.08
HSL218.68º65.52%77.25%-
HSV(B)218.68º32.34%92.16%-
XYZ46.8548.4985.49-
YUV183.51157.05110.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=27.41%
G=32.07%
B=40.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591862350.320.2100.08218.6865.5277.25
Hex9FBAEB201508db424d
Octal2372723534025010333102115
Binary10011111101110101110101110000010101010001101101110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fbaeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9fbaeb; }

 p { color: rgb(159,186,235); }

 H1.HeaderClassName
 {
   color: #9fbaeb;
 }
 .AnyTagClassName
 {
   color: #9fbaeb;
 }
</style>
background-color css

<style>
 a { background-color: #9fbaeb; }

 a { background-color: rgb(159,186,235); }

 div.DivClassName
 {
   background-color: #9fbaeb;
 }
 .BgClassName
 {
   background-color: #9fbaeb;
 }
</style>
border-color css

<style>
 span { border-color: #9fbaeb; }

 span { border-color: rgb(159,186,235); }

 td.TdClassName
 {
   border-color: #9fbaeb;
 }
 .TagClassName
 {
   border-color: #9fbaeb;
 }
</style>