Html Css Color HEX #ADCAE1 Light Steel Blue

📋 copy color: '#ADCAE1'

red 173 ◦ green 202 ◦ blue 225

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

Shades of Light Steel Blue #ADCAE1

Tints of Light Steel Blue #ADCAE1

RGB

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

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

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

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

RGB 173 202 225 -
CMYK 0.23 0.10 0 0.12
HSL 206.54º 0.46% 0.78% -
HSV(B) 206.54º 0.23% 0.88% -
XYZ 51.94 56.56 79.41 -
YUV 195.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 173 202 225 0.23 0.10 0 0.12 206.54 0.46 0.78
Hex AD CA E1 17 A 0 C CF 2E 4E
Octal 255 312 341 27 12 0 14 317 56 116
Binary 10101101 11001010 11100001 10111 1010 0 1100 11001111 101110 1001110

Color Harmonies of #ADCAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAE1

Black with #ADCAE1

Text Example


Text Example

White with #ADCAE1

Text Example


Text Example

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