Html Css Color HEX #AFC7DD Light Steel Blue

📋 copy color: '#AFC7DD'

red 175 ◦ green 199 ◦ blue 221

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

Shades of Light Steel Blue #AFC7DD

Tints of Light Steel Blue #AFC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.45%

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

R = 29.41%
G = 33.45%
B = 37.14%

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

#AFC7DD (or 0xAFC7DD) is known color: Light Steel Blue. HEX triplet: AF, C7 and DD. RGB value is (175,199,221). Sum of RGB (Red+Green+Blue) = 175+199+221=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DD is #503822. Grayscale: #C2C2C2. Windows color (decimal): -5257251 or 14534575. OLE color: 14534575.

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

Color convert

RGB 175 199 221 -
CMYK 0.21 0.10 0 0.13
HSL 208.7º 0.4% 0.78% -
HSV(B) 208.7º 0.21% 0.87% -
XYZ 51.15 55.18 76.36 -
YUV 194.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 175 199 221 0.21 0.10 0 0.13 208.7 0.4 0.78
Hex AF C7 DD 15 A 0 D D1 28 4E
Octal 257 307 335 25 12 0 15 321 50 116
Binary 10101111 11000111 11011101 10101 1010 0 1101 11010001 101000 1001110

Color Harmonies of #AFC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7DD

Black with #AFC7DD

Text Example


Text Example

White with #AFC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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