Html Css Color HEX #AFC3DB Light Steel Blue

📋 copy color: '#AFC3DB'

red 175 ◦ green 195 ◦ blue 219

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

Shades of Light Steel Blue #AFC3DB

Tints of Light Steel Blue #AFC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

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

R = 29.71%
G = 33.11%
B = 37.18%

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

#AFC3DB (or 0xAFC3DB) is known color: Light Steel Blue. HEX triplet: AF, C3 and DB. RGB value is (175,195,219). Sum of RGB (Red+Green+Blue) = 175+195+219=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DB is #503C24. Grayscale: #BFBFBF. Windows color (decimal): -5258277 or 14402479. OLE color: 14402479.

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

Color convert

RGB 175 195 219 -
CMYK 0.20 0.11 0 0.14
HSL 212.73º 0.38% 0.77% -
HSV(B) 212.73º 0.2% 0.86% -
XYZ 49.98 53.26 74.66 -
YUV 191.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 175 195 219 0.20 0.11 0 0.14 212.73 0.38 0.77
Hex AF C3 DB 14 B 0 E D5 26 4D
Octal 257 303 333 24 13 0 16 325 46 115
Binary 10101111 11000011 11011011 10100 1011 0 1110 11010101 100110 1001101

Color Harmonies of #AFC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3DB

Black with #AFC3DB

Text Example


Text Example

White with #AFC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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