Html Css Color HEX #AFBCD9 Light Steel Blue

📋 copy color: '#AFBCD9'

red 175 ◦ green 188 ◦ blue 217

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

Shades of Light Steel Blue #AFBCD9

Tints of Light Steel Blue #AFBCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.41%

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

R = 30.17%
G = 32.41%
B = 37.41%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFBCD9 (or 0xAFBCD9) is known color: Light Steel Blue. HEX triplet: AF, BC and D9. RGB value is (175,188,217). Sum of RGB (Red+Green+Blue) = 175+188+217=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFBCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD9 is #504326. Grayscale: #BBBBBB. Windows color (decimal): -5260071 or 14269615. OLE color: 14269615.

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

Color convert

RGB 175 188 217 -
CMYK 0.19 0.13 0 0.15
HSL 221.43º 0.36% 0.77% -
HSV(B) 221.43º 0.19% 0.85% -
XYZ 48.19 50.09 72.77 -
YUV 187.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 175 188 217 0.19 0.13 0 0.15 221.43 0.36 0.77
Hex AF BC D9 13 D 0 F DD 24 4D
Octal 257 274 331 23 15 0 17 335 44 115
Binary 10101111 10111100 11011001 10011 1101 0 1111 11011101 100100 1001101

Color Harmonies of #AFBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCD9

Black with #AFBCD9

Text Example


Text Example

White with #AFBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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