#ADCADE

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

Shades of Light Steel Blue #ADCADE

Tints of Light Steel Blue #ADCADE

Color information

#ADCADE (or 0xADCADE) is unknown color: approx Light Steel Blue. HEX triplet: AD, CA and DE. RGB value is (173,202,222). Sum of RGB (Red+Green+Blue) = 173+202+222=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADCADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADE is #523521. Grayscale: #C3C3C3. Windows color (decimal): -5387554 or 14600877. OLE color: 14600877.

HSL color Cylindrical-coordinate representation of color #ADCADE: hue angle of 204.49º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCADE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173202222-
CMYK0.220.0900.13
HSL204.49º42.61%77.45%-
HSV(B)204.49º22.07%87.06%-
XYZ51.5456.477.28-
YUV195.61142.89111.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=28.98%
G=33.84%
B=37.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732022220.220.0900.13204.4942.6177.45
HexADCADE1690Dcc2b4d
Octal255312336261101531453115
Binary10101101110010101101111010110100101101110011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCADE; }

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

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

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

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

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

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

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

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