#9FB6EF

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

Shades of Perano #9FB6EF

Tints of Perano #9FB6EF

Color information

#9FB6EF (or 0x9FB6EF) is unknown color: approx Perano. HEX triplet: 9F, B6 and EF. RGB value is (159,182,239). Sum of RGB (Red+Green+Blue) = 159+182+239=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB6EF is #604910. Grayscale: #B5B5B5. Windows color (decimal): -6310161 or 15709855. OLE color: 15709855.

HSL color Cylindrical-coordinate representation of color #9FB6EF: hue angle of 222.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB6EF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159182239-
CMYK0.330.2400.06
HSL222.75º71.43%78.04%-
HSV(B)222.75º33.47%93.73%-
XYZ46.6147.0688.29-
YUV181.62160.38111.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=27.41%
G=31.38%
B=41.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591822390.330.2400.06222.7571.4378.04
Hex9FB6EF211806df474e
Octal237266357413006337107116
Binary1001111110110110111011111000011100001101101111110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,239); }

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

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

 a { background-color: rgb(159,182,239); }

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

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

 span { border-color: rgb(159,182,239); }

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