Html Css Color HEX #AFC5E3 Light Steel Blue

📋 copy color: '#AFC5E3'

red 175 ◦ green 197 ◦ blue 227

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

Shades of Light Steel Blue #AFC5E3

Tints of Light Steel Blue #AFC5E3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.89%

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

R = 29.22%
G = 32.89%
B = 37.9%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFC5E3 (or 0xAFC5E3) is known color: Light Steel Blue. HEX triplet: AF, C5 and E3. RGB value is (175,197,227). Sum of RGB (Red+Green+Blue) = 175+197+227=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFC5E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5E3 is #503A1C. Grayscale: #C1C1C1. Windows color (decimal): -5257757 or 14927279. OLE color: 14927279.

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

Color convert

RGB 175 197 227 -
CMYK 0.23 0.13 0 0.11
HSL 214.62º 0.48% 0.79% -
HSV(B) 214.62º 0.23% 0.89% -
XYZ 51.51 54.59 80.5 -
YUV 193.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 175 197 227 0.23 0.13 0 0.11 214.62 0.48 0.79
Hex AF C5 E3 17 D 0 B D7 30 4F
Octal 257 305 343 27 15 0 13 327 60 117
Binary 10101111 11000101 11100011 10111 1101 0 1011 11010111 110000 1001111

Color Harmonies of #AFC5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5E3

Black with #AFC5E3

Text Example


Text Example

White with #AFC5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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