Html Css Color HEX #AFC0E3 Light Steel Blue

📋 copy color: '#AFC0E3'

red 175 ◦ green 192 ◦ blue 227

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

Shades of Light Steel Blue #AFC0E3

Tints of Light Steel Blue #AFC0E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.22%

R = 29.46%
G = 32.32%
B = 38.22%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFC0E3 (or 0xAFC0E3) is known color: Light Steel Blue. HEX triplet: AF, C0 and E3. RGB value is (175,192,227). Sum of RGB (Red+Green+Blue) = 175+192+227=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFC0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0E3 is #503F1C. Grayscale: #BEBEBE. Windows color (decimal): -5259037 or 14925999. OLE color: 14925999.

HSL color Cylindrical-coordinate representation of color #AFC0E3: hue angle of 220.38º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC0E3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 192 227 -
CMYK 0.23 0.15 0 0.11
HSL 220.38º 0.48% 0.79% -
HSV(B) 220.38º 0.23% 0.89% -
XYZ 50.39 52.36 80.12 -
YUV 190.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 175 192 227 0.23 0.15 0 0.11 220.38 0.48 0.79
Hex AF C0 E3 17 F 0 B DC 30 4F
Octal 257 300 343 27 17 0 13 334 60 117
Binary 10101111 11000000 11100011 10111 1111 0 1011 11011100 110000 1001111

Color Harmonies of #AFC0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0E3

Black with #AFC0E3

Text Example


Text Example

White with #AFC0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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