Html Css Color HEX #AFBFDC Light Steel Blue

📋 copy color: '#AFBFDC'

red 175 ◦ green 191 ◦ blue 220

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

Shades of Light Steel Blue #AFBFDC

Tints of Light Steel Blue #AFBFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 32.59%

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 29.86%
G = 32.59%
B = 37.54%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFBFDC (or 0xAFBFDC) is known color: Light Steel Blue. HEX triplet: AF, BF and DC. RGB value is (175,191,220). Sum of RGB (Red+Green+Blue) = 175+191+220=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDC is #504023. Grayscale: #BDBDBD. Windows color (decimal): -5259300 or 14466991. OLE color: 14466991.

HSL color Cylindrical-coordinate representation of color #AFBFDC: hue angle of 218.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBFDC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 191 220 -
CMYK 0.20 0.13 0 0.14
HSL 218.67º 0.39% 0.77% -
HSV(B) 218.67º 0.2% 0.86% -
XYZ 49.23 51.54 75.06 -
YUV 189.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 175 191 220 0.20 0.13 0 0.14 218.67 0.39 0.77
Hex AF BF DC 14 D 0 E DB 27 4D
Octal 257 277 334 24 15 0 16 333 47 115
Binary 10101111 10111111 11011100 10100 1101 0 1110 11011011 100111 1001101

Color Harmonies of #AFBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFDC

Black with #AFBFDC

Text Example


Text Example

White with #AFBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFDC; }

 p { color: rgb(175,191,220); }

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

background-color css

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

 a { background-color: rgb(175,191,220); }

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

border-color css

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

 span { border-color: rgb(175,191,220); }

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