Html Css Color HEX #AFC0DB Light Steel Blue

📋 copy color: '#AFC0DB'

red 175 ◦ green 192 ◦ blue 219

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

Shades of Light Steel Blue #AFC0DB

Tints of Light Steel Blue #AFC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

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

R = 29.86%
G = 32.76%
B = 37.37%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFC0DB (or 0xAFC0DB) is known color: Light Steel Blue. HEX triplet: AF, C0 and DB. RGB value is (175,192,219). Sum of RGB (Red+Green+Blue) = 175+192+219=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DB is #503F24. Grayscale: #BDBDBD. Windows color (decimal): -5259045 or 14401711. OLE color: 14401711.

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

Color convert

RGB 175 192 219 -
CMYK 0.20 0.12 0 0.14
HSL 216.82º 0.38% 0.77% -
HSV(B) 216.82º 0.2% 0.86% -
XYZ 49.32 51.93 74.44 -
YUV 190 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 175 192 219 0.20 0.12 0 0.14 216.82 0.38 0.77
Hex AF C0 DB 14 C 0 E D9 26 4D
Octal 257 300 333 24 14 0 16 331 46 115
Binary 10101111 11000000 11011011 10100 1100 0 1110 11011001 100110 1001101

Color Harmonies of #AFC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0DB

Black with #AFC0DB

Text Example


Text Example

White with #AFC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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