Html Css Color HEX #AFBDD8 Light Steel Blue

📋 copy color: '#AFBDD8'

red 175 ◦ green 189 ◦ blue 216

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

Shades of Light Steel Blue #AFBDD8

Tints of Light Steel Blue #AFBDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.59%

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 30.17%
G = 32.59%
B = 37.24%

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

#AFBDD8 (or 0xAFBDD8) is known color: Light Steel Blue. HEX triplet: AF, BD and D8. RGB value is (175,189,216). Sum of RGB (Red+Green+Blue) = 175+189+216=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD8 is #504227. Grayscale: #BBBBBB. Windows color (decimal): -5259816 or 14204335. OLE color: 14204335.

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

Color convert

RGB 175 189 216 -
CMYK 0.19 0.12 0 0.15
HSL 219.51º 0.34% 0.77% -
HSV(B) 219.51º 0.19% 0.85% -
XYZ 48.27 50.47 72.16 -
YUV 187.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 175 189 216 0.19 0.12 0 0.15 219.51 0.34 0.77
Hex AF BD D8 13 C 0 F DC 22 4D
Octal 257 275 330 23 14 0 17 334 42 115
Binary 10101111 10111101 11011000 10011 1100 0 1111 11011100 100010 1001101

Color Harmonies of #AFBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDD8

Black with #AFBDD8

Text Example


Text Example

White with #AFBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDD8; }

 p { color: rgb(175,189,216); }

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

background-color css

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

 a { background-color: rgb(175,189,216); }

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

border-color css

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

 span { border-color: rgb(175,189,216); }

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