#9DB5EA

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

Shades of Perano #9DB5EA

Tints of Perano #9DB5EA

Color information

#9DB5EA (or 0x9DB5EA) is unknown color: approx Perano. HEX triplet: 9D, B5 and EA. RGB value is (157,181,234). Sum of RGB (Red+Green+Blue) = 157+181+234=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DB5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB5EA is #624A15. Grayscale: #B3B3B3. Windows color (decimal): -6441494 or 15381917. OLE color: 15381917.

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

Color convert

RGB157181234-
CMYK0.330.2300.08
HSL221.3º64.71%76.67%-
HSV(B)221.3º32.91%91.76%-
XYZ45.2846.1684.36-
YUV179.87158.55111.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.45%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=27.45%
G=31.64%
B=40.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571812340.330.2300.08221.364.7176.67
Hex9DB5EA211708dd414d
Octal2352653524127010335101115
Binary10011101101101011110101010000110111010001101110110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,234); }

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

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

 a { background-color: rgb(157,181,234); }

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

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

 span { border-color: rgb(157,181,234); }

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