#9DABEC

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

Shades of Perano #9DABEC

Tints of Perano #9DABEC

Color information

#9DABEC (or 0x9DABEC) is unknown color: approx Perano. HEX triplet: 9D, AB and EC. RGB value is (157,171,236). Sum of RGB (Red+Green+Blue) = 157+171+236=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABEC is #625413. Grayscale: #ADADAD. Windows color (decimal): -6444052 or 15510429. OLE color: 15510429.

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

Color convert

RGB157171236-
CMYK0.330.2800.07
HSL229.37º67.52%77.06%-
HSV(B)229.37º33.47%92.55%-
XYZ43.6142.3585.23-
YUV174.22162.86115.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=27.84%
G=30.32%
B=41.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571712360.330.2800.07229.3767.5277.06
Hex9DABEC211C07e5444d
Octal235253354413407345104115
Binary1001110110101011111011001000011110001111110010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,171,236); }

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

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

 a { background-color: rgb(157,171,236); }

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

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

 span { border-color: rgb(157,171,236); }

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