#9DB6E4

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

Shades of Perano #9DB6E4

Tints of Perano #9DB6E4

Color information

#9DB6E4 (or 0x9DB6E4) is unknown color: approx Perano. HEX triplet: 9D, B6 and E4. RGB value is (157,182,228). Sum of RGB (Red+Green+Blue) = 157+182+228=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #9DB6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6E4 is #62491B. Grayscale: #B3B3B3. Windows color (decimal): -6441244 or 14988957. OLE color: 14988957.

HSL color Cylindrical-coordinate representation of color #9DB6E4: hue angle of 218.87º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DB6E4 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157182228-
CMYK0.310.2000.11
HSL218.87º56.8%75.49%-
HSV(B)218.87º31.14%89.41%-
XYZ44.6446.2379.97-
YUV179.77155.22111.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.69%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=27.69%
G=32.10%
B=40.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571822280.310.2000.11218.8756.875.49
Hex9DB6E41F140Bdb394b
Octal235266344372401333371113
Binary100111011011011011100100111111010001011110110111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,182,228); }

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

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

 a { background-color: rgb(157,182,228); }

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

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

 span { border-color: rgb(157,182,228); }

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