#9DB0E9

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

Shades of Perano #9DB0E9

Tints of Perano #9DB0E9

Color information

#9DB0E9 (or 0x9DB0E9) is unknown color: approx Perano. HEX triplet: 9D, B0 and E9. RGB value is (157,176,233). Sum of RGB (Red+Green+Blue) = 157+176+233=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DB0E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB0E9 is #624F16. Grayscale: #B0B0B0. Windows color (decimal): -6442775 or 15315101. OLE color: 15315101.

HSL color Cylindrical-coordinate representation of color #9DB0E9: hue angle of 225º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB0E9 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157176233-
CMYK0.330.2400.09
HSL225º63.33%76.47%-
HSV(B)225º32.62%91.37%-
XYZ44.1444.183.28-
YUV176.82159.71113.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.74%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 233 (91.41% from 255) = 41.17%
R=27.74%
G=31.10%
B=41.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571762330.330.2400.0922563.3376.47
Hex9DB0E9211809e13f4c
Octal235260351413001134177114
Binary1001110110110000111010011000011100001001111000011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,176,233); }

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

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

 a { background-color: rgb(157,176,233); }

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

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

 span { border-color: rgb(157,176,233); }

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