Html Css Color HEX #AFC3DE Light Steel Blue

📋 copy color: '#AFC3DE'

red 175 ◦ green 195 ◦ blue 222

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

Shades of Light Steel Blue #AFC3DE

Tints of Light Steel Blue #AFC3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 29.56%
G = 32.94%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC3DE (or 0xAFC3DE) is known color: Light Steel Blue. HEX triplet: AF, C3 and DE. RGB value is (175,195,222). Sum of RGB (Red+Green+Blue) = 175+195+222=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DE is #503C21. Grayscale: #BFBFBF. Windows color (decimal): -5258274 or 14599087. OLE color: 14599087.

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

Color convert

RGB 175 195 222 -
CMYK 0.21 0.12 0 0.13
HSL 214.47º 0.42% 0.78% -
HSV(B) 214.47º 0.21% 0.87% -
XYZ 50.38 53.42 76.76 -
YUV 192.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 175 195 222 0.21 0.12 0 0.13 214.47 0.42 0.78
Hex AF C3 DE 15 C 0 D D6 2A 4E
Octal 257 303 336 25 14 0 15 326 52 116
Binary 10101111 11000011 11011110 10101 1100 0 1101 11010110 101010 1001110

Color Harmonies of #AFC3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3DE

Black with #AFC3DE

Text Example


Text Example

White with #AFC3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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