#ADBCEE

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

Shades of Perano #ADBCEE

Tints of Perano #ADBCEE

Color information

#ADBCEE (or 0xADBCEE) is unknown color: approx Perano. HEX triplet: AD, BC and EE. RGB value is (173,188,238). Sum of RGB (Red+Green+Blue) = 173+188+238=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADBCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCEE is #524311. Grayscale: #BDBDBD. Windows color (decimal): -5391122 or 15645869. OLE color: 15645869.

HSL color Cylindrical-coordinate representation of color #ADBCEE: hue angle of 226.15º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADBCEE is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173188238-
CMYK0.270.2100.07
HSL226.15º65.66%80.59%-
HSV(B)226.15º27.31%93.33%-
XYZ50.6551.0288.07-
YUV189.22155.53116.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=28.88%
G=31.39%
B=39.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731882380.270.2100.07226.1565.6680.59
HexADBCEE1B1507e24251
Octal255274356332507342102121
Binary101011011011110011101110110111010101111110001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCEE; }

 p { color: rgb(173,188,238); }

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

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

 a { background-color: rgb(173,188,238); }

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

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

 span { border-color: rgb(173,188,238); }

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