#9FB6ED

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

Shades of Perano #9FB6ED

Tints of Perano #9FB6ED

Color information

#9FB6ED (or 0x9FB6ED) is unknown color: approx Perano. HEX triplet: 9F, B6 and ED. RGB value is (159,182,237). Sum of RGB (Red+Green+Blue) = 159+182+237=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FB6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB6ED is #604912. Grayscale: #B5B5B5. Windows color (decimal): -6310163 or 15578783. OLE color: 15578783.

HSL color Cylindrical-coordinate representation of color #9FB6ED: hue angle of 222.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FB6ED is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159182237-
CMYK0.330.2300.07
HSL222.31º68.42%77.65%-
HSV(B)222.31º32.91%92.94%-
XYZ46.3146.9486.74-
YUV181.39159.38112.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.51%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=27.51%
G=31.49%
B=41.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591822370.330.2300.07222.3168.4277.65
Hex9FB6ED211707de444e
Octal237266355412707336104116
Binary1001111110110110111011011000011011101111101111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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