Html Css Color HEX #AFBDDD Light Steel Blue

📋 copy color: '#AFBDDD'

red 175 ◦ green 189 ◦ blue 221

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

Shades of Light Steel Blue #AFBDDD

Tints of Light Steel Blue #AFBDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 29.91%
G = 32.31%
B = 37.78%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFBDDD (or 0xAFBDDD) is known color: Light Steel Blue. HEX triplet: AF, BD and DD. RGB value is (175,189,221). Sum of RGB (Red+Green+Blue) = 175+189+221=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDDD is #504222. Grayscale: #BCBCBC. Windows color (decimal): -5259811 or 14532015. OLE color: 14532015.

HSL color Cylindrical-coordinate representation of color #AFBDDD: hue angle of 221.74º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBDDD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 189 221 -
CMYK 0.21 0.14 0 0.13
HSL 221.74º 0.4% 0.78% -
HSV(B) 221.74º 0.21% 0.87% -
XYZ 48.93 50.73 75.62 -
YUV 188.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 175 189 221 0.21 0.14 0 0.13 221.74 0.4 0.78
Hex AF BD DD 15 E 0 D DE 28 4E
Octal 257 275 335 25 16 0 15 336 50 116
Binary 10101111 10111101 11011101 10101 1110 0 1101 11011110 101000 1001110

Color Harmonies of #AFBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDDD

Black with #AFBDDD

Text Example


Text Example

White with #AFBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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