Html Css Color HEX #AFC3DC Light Steel Blue

📋 copy color: '#AFC3DC'

red 175 ◦ green 195 ◦ blue 220

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

Shades of Light Steel Blue #AFC3DC

Tints of Light Steel Blue #AFC3DC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

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

R = 29.66%
G = 33.05%
B = 37.29%

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

#AFC3DC (or 0xAFC3DC) is known color: Light Steel Blue. HEX triplet: AF, C3 and DC. RGB value is (175,195,220). Sum of RGB (Red+Green+Blue) = 175+195+220=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DC is #503C23. Grayscale: #BFBFBF. Windows color (decimal): -5258276 or 14468015. OLE color: 14468015.

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

Color convert

RGB 175 195 220 -
CMYK 0.20 0.11 0 0.14
HSL 213.33º 0.39% 0.77% -
HSV(B) 213.33º 0.2% 0.86% -
XYZ 50.11 53.31 75.36 -
YUV 191.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 175 195 220 0.20 0.11 0 0.14 213.33 0.39 0.77
Hex AF C3 DC 14 B 0 E D5 27 4D
Octal 257 303 334 24 13 0 16 325 47 115
Binary 10101111 11000011 11011100 10100 1011 0 1110 11010101 100111 1001101

Color Harmonies of #AFC3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3DC

Black with #AFC3DC

Text Example


Text Example

White with #AFC3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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