Html Css Color HEX #AFC0D9 Light Steel Blue

📋 copy color: '#AFC0D9'

red 175 ◦ green 192 ◦ blue 217

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

Shades of Light Steel Blue #AFC0D9

Tints of Light Steel Blue #AFC0D9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.88%

 BLUE value IS 217 (85.16% from 255) = 37.16%

R = 29.97%
G = 32.88%
B = 37.16%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFC0D9 (or 0xAFC0D9) is known color: Light Steel Blue. HEX triplet: AF, C0 and D9. RGB value is (175,192,217). Sum of RGB (Red+Green+Blue) = 175+192+217=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFC0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0D9 is #503F26. Grayscale: #BDBDBD. Windows color (decimal): -5259047 or 14270639. OLE color: 14270639.

HSL color Cylindrical-coordinate representation of color #AFC0D9: hue angle of 215.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC0D9 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 192 217 -
CMYK 0.19 0.12 0 0.15
HSL 215.71º 0.36% 0.77% -
HSV(B) 215.71º 0.19% 0.85% -
XYZ 49.05 51.82 73.06 -
YUV 189.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 175 192 217 0.19 0.12 0 0.15 215.71 0.36 0.77
Hex AF C0 D9 13 C 0 F D8 24 4D
Octal 257 300 331 23 14 0 17 330 44 115
Binary 10101111 11000000 11011001 10011 1100 0 1111 11011000 100100 1001101

Color Harmonies of #AFC0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0D9

Black with #AFC0D9

Text Example


Text Example

White with #AFC0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0D9; }

 p { color: rgb(175,192,217); }

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

background-color css

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

 a { background-color: rgb(175,192,217); }

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

border-color css

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

 span { border-color: rgb(175,192,217); }

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