Html Css Color HEX #AFC2DB Light Steel Blue

📋 copy color: '#AFC2DB'

red 175 ◦ green 194 ◦ blue 219

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

Shades of Light Steel Blue #AFC2DB

Tints of Light Steel Blue #AFC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

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

R = 29.76%
G = 32.99%
B = 37.24%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFC2DB (or 0xAFC2DB) is known color: Light Steel Blue. HEX triplet: AF, C2 and DB. RGB value is (175,194,219). Sum of RGB (Red+Green+Blue) = 175+194+219=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2DB is #503D24. Grayscale: #BFBFBF. Windows color (decimal): -5258533 or 14402223. OLE color: 14402223.

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

Color convert

RGB 175 194 219 -
CMYK 0.20 0.11 0 0.14
HSL 214.09º 0.38% 0.77% -
HSV(B) 214.09º 0.2% 0.86% -
XYZ 49.76 52.81 74.59 -
YUV 191.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 175 194 219 0.20 0.11 0 0.14 214.09 0.38 0.77
Hex AF C2 DB 14 B 0 E D6 26 4D
Octal 257 302 333 24 13 0 16 326 46 115
Binary 10101111 11000010 11011011 10100 1011 0 1110 11010110 100110 1001101

Color Harmonies of #AFC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2DB

Black with #AFC2DB

Text Example


Text Example

White with #AFC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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