Html Css Color HEX #AFC3E4 Light Steel Blue

📋 copy color: '#AFC3E4'

red 175 ◦ green 195 ◦ blue 228

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

Shades of Light Steel Blue #AFC3E4

Tints of Light Steel Blue #AFC3E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.13%

R = 29.26%
G = 32.61%
B = 38.13%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFC3E4 (or 0xAFC3E4) is known color: Light Steel Blue. HEX triplet: AF, C3 and E4. RGB value is (175,195,228). Sum of RGB (Red+Green+Blue) = 175+195+228=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFC3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3E4 is #503C1B. Grayscale: #C0C0C0. Windows color (decimal): -5258268 or 14992303. OLE color: 14992303.

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

Color convert

RGB 175 195 228 -
CMYK 0.23 0.14 0 0.11
HSL 217.36º 0.5% 0.79% -
HSV(B) 217.36º 0.23% 0.89% -
XYZ 51.2 53.75 81.07 -
YUV 192.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 175 195 228 0.23 0.14 0 0.11 217.36 0.5 0.79
Hex AF C3 E4 17 E 0 B D9 32 4F
Octal 257 303 344 27 16 0 13 331 62 117
Binary 10101111 11000011 11100100 10111 1110 0 1011 11011001 110010 1001111

Color Harmonies of #AFC3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3E4

Black with #AFC3E4

Text Example


Text Example

White with #AFC3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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