Html Css Color HEX #AFC4DC Light Steel Blue

📋 copy color: '#AFC4DC'

red 175 ◦ green 196 ◦ blue 220

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

Shades of Light Steel Blue #AFC4DC

Tints of Light Steel Blue #AFC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

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

R = 29.61%
G = 33.16%
B = 37.23%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFC4DC (or 0xAFC4DC) is known color: Light Steel Blue. HEX triplet: AF, C4 and DC. RGB value is (175,196,220). Sum of RGB (Red+Green+Blue) = 175+196+220=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DC is #503B23. Grayscale: #C0C0C0. Windows color (decimal): -5258020 or 14468271. OLE color: 14468271.

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

Color convert

RGB 175 196 220 -
CMYK 0.20 0.11 0 0.14
HSL 212º 0.39% 0.77% -
HSV(B) 212º 0.2% 0.86% -
XYZ 50.34 53.76 75.43 -
YUV 192.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 175 196 220 0.20 0.11 0 0.14 212 0.39 0.77
Hex AF C4 DC 14 B 0 E D4 27 4D
Octal 257 304 334 24 13 0 16 324 47 115
Binary 10101111 11000100 11011100 10100 1011 0 1110 11010100 100111 1001101

Color Harmonies of #AFC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4DC

Black with #AFC4DC

Text Example


Text Example

White with #AFC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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