Html Css Color HEX #AFBDDB Light Steel Blue

📋 copy color: '#AFBDDB'

red 175 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #AFBDDB

Tints of Light Steel Blue #AFBDDB

RGB

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

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

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

R = 30.02%
G = 32.42%
B = 37.56%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFBDDB (or 0xAFBDDB) is known color: Light Steel Blue. HEX triplet: AF, BD and DB. RGB value is (175,189,219). Sum of RGB (Red+Green+Blue) = 175+189+219=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDDB is #504224. Grayscale: #BCBCBC. Windows color (decimal): -5259813 or 14400943. OLE color: 14400943.

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

Color convert

RGB 175 189 219 -
CMYK 0.20 0.14 0 0.14
HSL 220.91º 0.38% 0.77% -
HSV(B) 220.91º 0.2% 0.86% -
XYZ 48.66 50.62 74.22 -
YUV 188.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 175 189 219 0.20 0.14 0 0.14 220.91 0.38 0.77
Hex AF BD DB 14 E 0 E DD 26 4D
Octal 257 275 333 24 16 0 16 335 46 115
Binary 10101111 10111101 11011011 10100 1110 0 1110 11011101 100110 1001101

Color Harmonies of #AFBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDDB

Black with #AFBDDB

Text Example


Text Example

White with #AFBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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