Html Css Color HEX #AFCADF Light Steel Blue

📋 copy color: '#AFCADF'

red 175 ◦ green 202 ◦ blue 223

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

Shades of Light Steel Blue #AFCADF

Tints of Light Steel Blue #AFCADF

RGB

 RED value IS 175 (68.75% from 255) = 29.17%

 GREEN value IS 202 (79.3% from 255) = 33.67%

 BLUE value IS 223 (87.5% from 255) = 37.17%

R = 29.17%
G = 33.67%
B = 37.17%

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

#AFCADF (or 0xAFCADF) is known color: Light Steel Blue. HEX triplet: AF, CA and DF. RGB value is (175,202,223). Sum of RGB (Red+Green+Blue) = 175+202+223=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFCADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCADF is #503520. Grayscale: #C4C4C4. Windows color (decimal): -5256481 or 14666415. OLE color: 14666415.

HSL color Cylindrical-coordinate representation of color #AFCADF: hue angle of 206.25º degrees, saturation: 0.43, 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 #AFCADF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 202 223 -
CMYK 0.22 0.09 0 0.13
HSL 206.25º 0.43% 0.78% -
HSV(B) 206.25º 0.22% 0.87% -
XYZ 52.12 56.68 78.01 -
YUV 196.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 175 202 223 0.22 0.09 0 0.13 206.25 0.43 0.78
Hex AF CA DF 16 9 0 D CE 2B 4E
Octal 257 312 337 26 11 0 15 316 53 116
Binary 10101111 11001010 11011111 10110 1001 0 1101 11001110 101011 1001110

Color Harmonies of #AFCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCADF

Black with #AFCADF

Text Example


Text Example

White with #AFCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCADF; }

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

 H1.HeaderClassName
 {
   color: #AFCADF;
 }
 .AnyTagClassName
 {
   color: #AFCADF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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