#9DB4EB

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

Shades of Perano #9DB4EB

Tints of Perano #9DB4EB

Color information

#9DB4EB (or 0x9DB4EB) is unknown color: approx Perano. HEX triplet: 9D, B4 and EB. RGB value is (157,180,235). Sum of RGB (Red+Green+Blue) = 157+180+235=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB4EB is #624B14. Grayscale: #B3B3B3. Windows color (decimal): -6441749 or 15447197. OLE color: 15447197.

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

Color convert

RGB157180235-
CMYK0.330.2300.08
HSL222.31º66.1%76.86%-
HSV(B)222.31º33.19%92.16%-
XYZ45.2245.8185.06-
YUV179.39159.38112.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.45%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=27.45%
G=31.47%
B=41.08%

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
Decimal1571802350.330.2300.08222.3166.176.86
Hex9DB4EB211708de424d
Octal2352643534127010336102115
Binary10011101101101001110101110000110111010001101111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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