Html Css Color HEX #AFC4DF Light Steel Blue

📋 copy color: '#AFC4DF'

red 175 ◦ green 196 ◦ blue 223

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

Shades of Light Steel Blue #AFC4DF

Tints of Light Steel Blue #AFC4DF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33%

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

R = 29.46%
G = 33%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC4DF (or 0xAFC4DF) is known color: Light Steel Blue. HEX triplet: AF, C4 and DF. RGB value is (175,196,223). Sum of RGB (Red+Green+Blue) = 175+196+223=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DF is #503B20. Grayscale: #C0C0C0. Windows color (decimal): -5258017 or 14664879. OLE color: 14664879.

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

Color convert

RGB 175 196 223 -
CMYK 0.22 0.12 0 0.13
HSL 213.75º 0.43% 0.78% -
HSV(B) 213.75º 0.22% 0.87% -
XYZ 50.74 53.92 77.55 -
YUV 192.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 175 196 223 0.22 0.12 0 0.13 213.75 0.43 0.78
Hex AF C4 DF 16 C 0 D D6 2B 4E
Octal 257 304 337 26 14 0 15 326 53 116
Binary 10101111 11000100 11011111 10110 1100 0 1101 11010110 101011 1001110

Color Harmonies of #AFC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4DF

Black with #AFC4DF

Text Example


Text Example

White with #AFC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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