Html Css Color HEX #AFC4DE Light Steel Blue

📋 copy color: '#AFC4DE'

red 175 ◦ green 196 ◦ blue 222

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

Shades of Light Steel Blue #AFC4DE

Tints of Light Steel Blue #AFC4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 29.51%
G = 33.05%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC4DE (or 0xAFC4DE) is known color: Light Steel Blue. HEX triplet: AF, C4 and DE. RGB value is (175,196,222). Sum of RGB (Red+Green+Blue) = 175+196+222=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DE is #503B21. Grayscale: #C0C0C0. Windows color (decimal): -5258018 or 14599343. OLE color: 14599343.

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

Color convert

RGB 175 196 222 -
CMYK 0.21 0.12 0 0.13
HSL 213.19º 0.42% 0.78% -
HSV(B) 213.19º 0.21% 0.87% -
XYZ 50.6 53.87 76.84 -
YUV 192.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 175 196 222 0.21 0.12 0 0.13 213.19 0.42 0.78
Hex AF C4 DE 15 C 0 D D5 2A 4E
Octal 257 304 336 25 14 0 15 325 52 116
Binary 10101111 11000100 11011110 10101 1100 0 1101 11010101 101010 1001110

Color Harmonies of #AFC4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4DE

Black with #AFC4DE

Text Example


Text Example

White with #AFC4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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