#ADBEE8

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

Shades of Perano #ADBEE8

Tints of Perano #ADBEE8

Color information

#ADBEE8 (or 0xADBEE8) is unknown color: approx Perano. HEX triplet: AD, BE and E8. RGB value is (173,190,232). Sum of RGB (Red+Green+Blue) = 173+190+232=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADBEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEE8 is #524117. Grayscale: #BDBDBD. Windows color (decimal): -5390616 or 15253165. OLE color: 15253165.

HSL color Cylindrical-coordinate representation of color #ADBEE8: hue angle of 222.71º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBEE8 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173190232-
CMYK0.250.1800.09
HSL222.71º56.19%79.41%-
HSV(B)222.71º25.43%90.98%-
XYZ50.2151.5483.65-
YUV189.7151.87116.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=29.08%
G=31.93%
B=38.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731902320.250.1800.09222.7156.1979.41
HexADBEE8191209df384f
Octal255276350312201133770117
Binary101011011011111011101000110011001001001110111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEE8; }

 p { color: rgb(173,190,232); }

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

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

 a { background-color: rgb(173,190,232); }

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

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

 span { border-color: rgb(173,190,232); }

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