#9DB4EA

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

Shades of Perano #9DB4EA

Tints of Perano #9DB4EA

Color information

#9DB4EA (or 0x9DB4EA) is unknown color: approx Perano. HEX triplet: 9D, B4 and EA. RGB value is (157,180,234). Sum of RGB (Red+Green+Blue) = 157+180+234=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4EA is #624B15. Grayscale: #B3B3B3. Windows color (decimal): -6441750 or 15381661. OLE color: 15381661.

HSL color Cylindrical-coordinate representation of color #9DB4EA: hue angle of 222.08º 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 #9DB4EA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157180234-
CMYK0.330.2300.08
HSL222.08º64.71%76.67%-
HSV(B)222.08º32.91%91.76%-
XYZ45.0845.7584.3-
YUV179.28158.88112.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.50%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=27.50%
G=31.52%
B=40.98%

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
Decimal1571802340.330.2300.08222.0864.7176.67
Hex9DB4EA211708de414d
Octal2352643524127010336101115
Binary10011101101101001110101010000110111010001101111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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