#ADCADF

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

Shades of Light Steel Blue #ADCADF

Tints of Light Steel Blue #ADCADF

Color information

#ADCADF (or 0xADCADF) is unknown color: approx Light Steel Blue. HEX triplet: AD, CA and DF. RGB value is (173,202,223). Sum of RGB (Red+Green+Blue) = 173+202+223=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADF is #523520. Grayscale: #C3C3C3. Windows color (decimal): -5387553 or 14666413. OLE color: 14666413.

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

Color convert

RGB173202223-
CMYK0.220.0900.13
HSL205.2º43.86%77.65%-
HSV(B)205.2º22.42%87.45%-
XYZ51.6756.4577.99-
YUV195.72143.39111.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 223 (87.5% from 255) = 37.29%
R=28.93%
G=33.78%
B=37.29%

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
Decimal1732022230.220.0900.13205.243.8677.65
HexADCADF1690Dcd2c4e
Octal255312337261101531554116
Binary10101101110010101101111110110100101101110011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCADF; }

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

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

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

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

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

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

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

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