Html Css Color HEX #AFC0DD Light Steel Blue

📋 copy color: '#AFC0DD'

red 175 ◦ green 192 ◦ blue 221

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

Shades of Light Steel Blue #AFC0DD

Tints of Light Steel Blue #AFC0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.65%

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

R = 29.76%
G = 32.65%
B = 37.59%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC0DD (or 0xAFC0DD) is known color: Light Steel Blue. HEX triplet: AF, C0 and DD. RGB value is (175,192,221). Sum of RGB (Red+Green+Blue) = 175+192+221=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DD is #503F22. Grayscale: #BEBEBE. Windows color (decimal): -5259043 or 14532783. OLE color: 14532783.

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

Color convert

RGB 175 192 221 -
CMYK 0.21 0.13 0 0.13
HSL 217.83º 0.4% 0.78% -
HSV(B) 217.83º 0.21% 0.87% -
XYZ 49.58 52.03 75.84 -
YUV 190.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 175 192 221 0.21 0.13 0 0.13 217.83 0.4 0.78
Hex AF C0 DD 15 D 0 D DA 28 4E
Octal 257 300 335 25 15 0 15 332 50 116
Binary 10101111 11000000 11011101 10101 1101 0 1101 11011010 101000 1001110

Color Harmonies of #AFC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0DD

Black with #AFC0DD

Text Example


Text Example

White with #AFC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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