Html Css Color HEX #ADCADF Light Steel Blue

📋 copy color: '#ADCADF'

red 173 ◦ green 202 ◦ blue 223

#ADCADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #ADCADF

Tints of Light Steel Blue #ADCADF

RGB

 RED value IS 173 (67.97% from 255) = 28.93%

 GREEN value IS 202 (79.3% 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 value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADCADF (or 0xADCADF) is known color: 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

RGB 173 202 223 -
CMYK 0.22 0.09 0 0.13
HSL 205.2º 0.44% 0.78% -
HSV(B) 205.2º 0.22% 0.87% -
XYZ 51.67 56.45 77.99 -
YUV 195.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 173 202 223 0.22 0.09 0 0.13 205.2 0.44 0.78
Hex AD CA DF 16 9 0 D CD 2C 4E
Octal 255 312 337 26 11 0 15 315 54 116
Binary 10101101 11001010 11011111 10110 1001 0 1101 11001101 101100 1001110

Color Harmonies of #ADCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCADF

Black with #ADCADF

Text Example


Text Example

White with #ADCADF

Text Example


Text Example

HTML Codes & Css Web 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>