Html Css Color HEX #AFC5DD Light Steel Blue

📋 copy color: '#AFC5DD'

red 175 ◦ green 197 ◦ blue 221

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

Shades of Light Steel Blue #AFC5DD

Tints of Light Steel Blue #AFC5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.22%

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

R = 29.51%
G = 33.22%
B = 37.27%

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

#AFC5DD (or 0xAFC5DD) is known color: Light Steel Blue. HEX triplet: AF, C5 and DD. RGB value is (175,197,221). Sum of RGB (Red+Green+Blue) = 175+197+221=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5DD is #503A22. Grayscale: #C1C1C1. Windows color (decimal): -5257763 or 14534063. OLE color: 14534063.

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

Color convert

RGB 175 197 221 -
CMYK 0.21 0.11 0 0.13
HSL 211.3º 0.4% 0.78% -
HSV(B) 211.3º 0.21% 0.87% -
XYZ 50.7 54.27 76.21 -
YUV 193.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 175 197 221 0.21 0.11 0 0.13 211.3 0.4 0.78
Hex AF C5 DD 15 B 0 D D3 28 4E
Octal 257 305 335 25 13 0 15 323 50 116
Binary 10101111 11000101 11011101 10101 1011 0 1101 11010011 101000 1001110

Color Harmonies of #AFC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5DD

Black with #AFC5DD

Text Example


Text Example

White with #AFC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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