Html Css Color HEX #AFC3DF Light Steel Blue

📋 copy color: '#AFC3DF'

red 175 ◦ green 195 ◦ blue 223

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

Shades of Light Steel Blue #AFC3DF

Tints of Light Steel Blue #AFC3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 29.51%
G = 32.88%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFC3DF (or 0xAFC3DF) is known color: Light Steel Blue. HEX triplet: AF, C3 and DF. RGB value is (175,195,223). Sum of RGB (Red+Green+Blue) = 175+195+223=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DF is #503C20. Grayscale: #C0C0C0. Windows color (decimal): -5258273 or 14664623. OLE color: 14664623.

HSL color Cylindrical-coordinate representation of color #AFC3DF: hue angle of 215º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC3DF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 195 223 -
CMYK 0.22 0.13 0 0.13
HSL 215º 0.43% 0.78% -
HSV(B) 215º 0.22% 0.87% -
XYZ 50.51 53.47 77.47 -
YUV 192.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 175 195 223 0.22 0.13 0 0.13 215 0.43 0.78
Hex AF C3 DF 16 D 0 D D7 2B 4E
Octal 257 303 337 26 15 0 15 327 53 116
Binary 10101111 11000011 11011111 10110 1101 0 1101 11010111 101011 1001110

Color Harmonies of #AFC3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3DF

Black with #AFC3DF

Text Example


Text Example

White with #AFC3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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