#9DABEA

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

Shades of Perano #9DABEA

Tints of Perano #9DABEA

Color information

#9DABEA (or 0x9DABEA) is unknown color: approx Perano. HEX triplet: 9D, AB and EA. RGB value is (157,171,234). Sum of RGB (Red+Green+Blue) = 157+171+234=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DABEA is #625415. Grayscale: #ADADAD. Windows color (decimal): -6444054 or 15379357. OLE color: 15379357.

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

Color convert

RGB157171234-
CMYK0.330.2700.08
HSL229.09º64.71%76.67%-
HSV(B)229.09º32.91%91.76%-
XYZ43.3242.2383.71-
YUV174161.86115.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=27.94%
G=30.43%
B=41.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571712340.330.2700.08229.0964.7176.67
Hex9DABEA211B08e5414d
Octal2352533524133010345101115
Binary10011101101010111110101010000111011010001110010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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