#9DB2EE

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

Shades of Perano #9DB2EE

Tints of Perano #9DB2EE

Color information

#9DB2EE (or 0x9DB2EE) is unknown color: approx Perano. HEX triplet: 9D, B2 and EE. RGB value is (157,178,238). Sum of RGB (Red+Green+Blue) = 157+178+238=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB2EE is #624D11. Grayscale: #B2B2B2. Windows color (decimal): -6442258 or 15643293. OLE color: 15643293.

HSL color Cylindrical-coordinate representation of color #9DB2EE: hue angle of 224.44º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB2EE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157178238-
CMYK0.340.2500.07
HSL224.44º70.43%77.45%-
HSV(B)224.44º34.03%93.33%-
XYZ45.2645.1887.22-
YUV178.56161.54112.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=27.40%
G=31.06%
B=41.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571782380.340.2500.07224.4470.4377.45
Hex9DB2EE221907e0464d
Octal235262356423107340106115
Binary1001110110110010111011101000101100101111110000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,178,238); }

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

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

 a { background-color: rgb(157,178,238); }

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

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

 span { border-color: rgb(157,178,238); }

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