Html Css Color HEX #AFC8DE Light Steel Blue

📋 copy color: '#AFC8DE'

red 175 ◦ green 200 ◦ blue 222

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

Shades of Light Steel Blue #AFC8DE

Tints of Light Steel Blue #AFC8DE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.5%

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

R = 29.31%
G = 33.5%
B = 37.19%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC8DE (or 0xAFC8DE) is known color: Light Steel Blue. HEX triplet: AF, C8 and DE. RGB value is (175,200,222). Sum of RGB (Red+Green+Blue) = 175+200+222=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFC8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8DE is #503721. Grayscale: #C2C2C2. Windows color (decimal): -5256994 or 14600367. OLE color: 14600367.

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

Color convert

RGB 175 200 222 -
CMYK 0.21 0.10 0 0.13
HSL 208.09º 0.42% 0.78% -
HSV(B) 208.09º 0.21% 0.87% -
XYZ 51.52 55.7 77.14 -
YUV 195.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 175 200 222 0.21 0.10 0 0.13 208.09 0.42 0.78
Hex AF C8 DE 15 A 0 D D0 2A 4E
Octal 257 310 336 25 12 0 15 320 52 116
Binary 10101111 11001000 11011110 10101 1010 0 1101 11010000 101010 1001110

Color Harmonies of #AFC8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8DE

Black with #AFC8DE

Text Example


Text Example

White with #AFC8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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