Html Css Color HEX #AFC4DD Light Steel Blue

📋 copy color: '#AFC4DD'

red 175 ◦ green 196 ◦ blue 221

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

Shades of Light Steel Blue #AFC4DD

Tints of Light Steel Blue #AFC4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 29.56%
G = 33.11%
B = 37.33%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC4DD (or 0xAFC4DD) is known color: Light Steel Blue. HEX triplet: AF, C4 and DD. RGB value is (175,196,221). Sum of RGB (Red+Green+Blue) = 175+196+221=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DD is #503B22. Grayscale: #C0C0C0. Windows color (decimal): -5258019 or 14533807. OLE color: 14533807.

HSL color Cylindrical-coordinate representation of color #AFC4DD: hue angle of 212.61º degrees, saturation: 0.4, 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 #AFC4DD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 196 221 -
CMYK 0.21 0.11 0 0.13
HSL 212.61º 0.4% 0.78% -
HSV(B) 212.61º 0.21% 0.87% -
XYZ 50.47 53.81 76.13 -
YUV 192.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 175 196 221 0.21 0.11 0 0.13 212.61 0.4 0.78
Hex AF C4 DD 15 B 0 D D5 28 4E
Octal 257 304 335 25 13 0 15 325 50 116
Binary 10101111 11000100 11011101 10101 1011 0 1101 11010101 101000 1001110

Color Harmonies of #AFC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4DD

Black with #AFC4DD

Text Example


Text Example

White with #AFC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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