#ADCAE1

Color #ADCAE1 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ADCAE1

Tints of Light Steel Blue #ADCAE1

Color information

#ADCAE1 (or 0xADCAE1) is unknown color: approx Light Steel Blue. HEX triplet: AD, CA and E1. RGB value is (173,202,225). Sum of RGB (Red+Green+Blue) = 173+202+225=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADCAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAE1 is #52351E. Grayscale: #C3C3C3. Windows color (decimal): -5387551 or 14797485. OLE color: 14797485.

HSL color Cylindrical-coordinate representation of color #ADCAE1: hue angle of 206.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCAE1 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173202225-
CMYK0.230.1000.12
HSL206.54º46.43%78.04%-
HSV(B)206.54º23.11%88.24%-
XYZ51.9456.5679.41-
YUV195.95144.39111.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=28.83%
G=33.67%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732022250.230.1000.12206.5446.4378.04
HexADCAE117A0Ccf2e4e
Octal255312341271201431756116
Binary10101101110010101110000110111101001100110011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAE1; }

 p { color: rgb(173,202,225); }

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

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

 a { background-color: rgb(173,202,225); }

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

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

 span { border-color: rgb(173,202,225); }

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