Html Css Color HEX #AFBBD8 Light Steel Blue

📋 copy color: '#AFBBD8'

red 175 ◦ green 187 ◦ blue 216

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

Shades of Light Steel Blue #AFBBD8

Tints of Light Steel Blue #AFBBD8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

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

R = 30.28%
G = 32.35%
B = 37.37%

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

#AFBBD8 (or 0xAFBBD8) is known color: Light Steel Blue. HEX triplet: AF, BB and D8. RGB value is (175,187,216). Sum of RGB (Red+Green+Blue) = 175+187+216=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFBBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBD8 is #504427. Grayscale: #BABABA. Windows color (decimal): -5260328 or 14203823. OLE color: 14203823.

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

Color convert

RGB 175 187 216 -
CMYK 0.19 0.13 0 0.15
HSL 222.44º 0.34% 0.77% -
HSV(B) 222.44º 0.19% 0.85% -
XYZ 47.84 49.61 72.02 -
YUV 186.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 175 187 216 0.19 0.13 0 0.15 222.44 0.34 0.77
Hex AF BB D8 13 D 0 F DE 22 4D
Octal 257 273 330 23 15 0 17 336 42 115
Binary 10101111 10111011 11011000 10011 1101 0 1111 11011110 100010 1001101

Color Harmonies of #AFBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBD8

Black with #AFBBD8

Text Example


Text Example

White with #AFBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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