Html Css Color HEX #AFBDD7 Light Steel Blue

📋 copy color: '#AFBDD7'

red 175 ◦ green 189 ◦ blue 215

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

Shades of Light Steel Blue #AFBDD7

Tints of Light Steel Blue #AFBDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 30.22%
G = 32.64%
B = 37.13%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFBDD7 (or 0xAFBDD7) is known color: Light Steel Blue. HEX triplet: AF, BD and D7. RGB value is (175,189,215). Sum of RGB (Red+Green+Blue) = 175+189+215=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD7 is #504228. Grayscale: #BBBBBB. Windows color (decimal): -5259817 or 14138799. OLE color: 14138799.

HSL color Cylindrical-coordinate representation of color #AFBDD7: hue angle of 219º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBDD7 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 189 215 -
CMYK 0.19 0.12 0 0.16
HSL 219º 0.33% 0.76% -
HSV(B) 219º 0.19% 0.84% -
XYZ 48.14 50.42 71.48 -
YUV 187.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 175 189 215 0.19 0.12 0 0.16 219 0.33 0.76
Hex AF BD D7 13 C 0 10 DB 21 4C
Octal 257 275 327 23 14 0 20 333 41 114
Binary 10101111 10111101 11010111 10011 1100 0 10000 11011011 100001 1001100

Color Harmonies of #AFBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDD7

Black with #AFBDD7

Text Example


Text Example

White with #AFBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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