Html Css Color HEX #AFC5DC Light Steel Blue

📋 copy color: '#AFC5DC'

red 175 ◦ green 197 ◦ blue 220

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

Shades of Light Steel Blue #AFC5DC

Tints of Light Steel Blue #AFC5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 29.56%
G = 33.28%
B = 37.16%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFC5DC (or 0xAFC5DC) is known color: Light Steel Blue. HEX triplet: AF, C5 and DC. RGB value is (175,197,220). Sum of RGB (Red+Green+Blue) = 175+197+220=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5DC is #503A23. Grayscale: #C0C0C0. Windows color (decimal): -5257764 or 14468527. OLE color: 14468527.

HSL color Cylindrical-coordinate representation of color #AFC5DC: hue angle of 210.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC5DC is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 197 220 -
CMYK 0.20 0.10 0 0.14
HSL 210.67º 0.39% 0.77% -
HSV(B) 210.67º 0.2% 0.86% -
XYZ 50.56 54.21 75.51 -
YUV 193.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 175 197 220 0.20 0.10 0 0.14 210.67 0.39 0.77
Hex AF C5 DC 14 A 0 E D3 27 4D
Octal 257 305 334 24 12 0 16 323 47 115
Binary 10101111 11000101 11011100 10100 1010 0 1110 11010011 100111 1001101

Color Harmonies of #AFC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5DC

Black with #AFC5DC

Text Example


Text Example

White with #AFC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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