Html Css Color HEX #AFC1DC Light Steel Blue

📋 copy color: '#AFC1DC'

red 175 ◦ green 193 ◦ blue 220

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

Shades of Light Steel Blue #AFC1DC

Tints of Light Steel Blue #AFC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.82%

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

R = 29.76%
G = 32.82%
B = 37.41%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFC1DC (or 0xAFC1DC) is known color: Light Steel Blue. HEX triplet: AF, C1 and DC. RGB value is (175,193,220). Sum of RGB (Red+Green+Blue) = 175+193+220=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1DC is #503E23. Grayscale: #BEBEBE. Windows color (decimal): -5258788 or 14467503. OLE color: 14467503.

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

Color convert

RGB 175 193 220 -
CMYK 0.20 0.12 0 0.14
HSL 216º 0.39% 0.77% -
HSV(B) 216º 0.2% 0.86% -
XYZ 49.67 52.42 75.21 -
YUV 190.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 175 193 220 0.20 0.12 0 0.14 216 0.39 0.77
Hex AF C1 DC 14 C 0 E D8 27 4D
Octal 257 301 334 24 14 0 16 330 47 115
Binary 10101111 11000001 11011100 10100 1100 0 1110 11011000 100111 1001101

Color Harmonies of #AFC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1DC

Black with #AFC1DC

Text Example


Text Example

White with #AFC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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