Html Css Color HEX #AFBFDE Light Steel Blue

📋 copy color: '#AFBFDE'

red 175 ◦ green 191 ◦ blue 222

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

Shades of Light Steel Blue #AFBFDE

Tints of Light Steel Blue #AFBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 29.76%
G = 32.48%
B = 37.76%

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

#AFBFDE (or 0xAFBFDE) is known color: Light Steel Blue. HEX triplet: AF, BF and DE. RGB value is (175,191,222). Sum of RGB (Red+Green+Blue) = 175+191+222=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDE is #504021. Grayscale: #BDBDBD. Windows color (decimal): -5259298 or 14598063. OLE color: 14598063.

HSL color Cylindrical-coordinate representation of color #AFBFDE: hue angle of 219.57º degrees, saturation: 0.42, 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 #AFBFDE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 191 222 -
CMYK 0.21 0.14 0 0.13
HSL 219.57º 0.42% 0.78% -
HSV(B) 219.57º 0.21% 0.87% -
XYZ 49.49 51.65 76.47 -
YUV 189.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 175 191 222 0.21 0.14 0 0.13 219.57 0.42 0.78
Hex AF BF DE 15 E 0 D DC 2A 4E
Octal 257 277 336 25 16 0 15 334 52 116
Binary 10101111 10111111 11011110 10101 1110 0 1101 11011100 101010 1001110

Color Harmonies of #AFBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFDE

Black with #AFBFDE

Text Example


Text Example

White with #AFBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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