Html Css Color HEX #AFBEDB Light Steel Blue

📋 copy color: '#AFBEDB'

red 175 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #AFBEDB

Tints of Light Steel Blue #AFBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.53%

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 29.97%
G = 32.53%
B = 37.5%

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

#AFBEDB (or 0xAFBEDB) is known color: Light Steel Blue. HEX triplet: AF, BE and DB. RGB value is (175,190,219). Sum of RGB (Red+Green+Blue) = 175+190+219=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDB is #504124. Grayscale: #BCBCBC. Windows color (decimal): -5259557 or 14401199. OLE color: 14401199.

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

Color convert

RGB 175 190 219 -
CMYK 0.20 0.13 0 0.14
HSL 219.55º 0.38% 0.77% -
HSV(B) 219.55º 0.2% 0.86% -
XYZ 48.88 51.06 74.3 -
YUV 188.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 175 190 219 0.20 0.13 0 0.14 219.55 0.38 0.77
Hex AF BE DB 14 D 0 E DC 26 4D
Octal 257 276 333 24 15 0 16 334 46 115
Binary 10101111 10111110 11011011 10100 1101 0 1110 11011100 100110 1001101

Color Harmonies of #AFBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEDB

Black with #AFBEDB

Text Example


Text Example

White with #AFBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEDB; }

 p { color: rgb(175,190,219); }

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

background-color css

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

 a { background-color: rgb(175,190,219); }

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

border-color css

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

 span { border-color: rgb(175,190,219); }

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