Html Css Color HEX #AFC8DD Light Steel Blue

📋 copy color: '#AFC8DD'

red 175 ◦ green 200 ◦ blue 221

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

Shades of Light Steel Blue #AFC8DD

Tints of Light Steel Blue #AFC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.56%

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

R = 29.36%
G = 33.56%
B = 37.08%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC8DD (or 0xAFC8DD) is known color: Light Steel Blue. HEX triplet: AF, C8 and DD. RGB value is (175,200,221). Sum of RGB (Red+Green+Blue) = 175+200+221=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8DD is #503722. Grayscale: #C2C2C2. Windows color (decimal): -5256995 or 14534831. OLE color: 14534831.

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

Color convert

RGB 175 200 221 -
CMYK 0.21 0.10 0 0.13
HSL 207.39º 0.4% 0.78% -
HSV(B) 207.39º 0.21% 0.87% -
XYZ 51.38 55.64 76.44 -
YUV 194.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 175 200 221 0.21 0.10 0 0.13 207.39 0.4 0.78
Hex AF C8 DD 15 A 0 D CF 28 4E
Octal 257 310 335 25 12 0 15 317 50 116
Binary 10101111 11001000 11011101 10101 1010 0 1101 11001111 101000 1001110

Color Harmonies of #AFC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8DD

Black with #AFC8DD

Text Example


Text Example

White with #AFC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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