Html Css Color HEX #AFCCE0 Light Steel Blue

📋 copy color: '#AFCCE0'

red 175 ◦ green 204 ◦ blue 224

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

Shades of Light Steel Blue #AFCCE0

Tints of Light Steel Blue #AFCCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.83%

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 29.02%
G = 33.83%
B = 37.15%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFCCE0 (or 0xAFCCE0) is known color: Light Steel Blue. HEX triplet: AF, CC and E0. RGB value is (175,204,224). Sum of RGB (Red+Green+Blue) = 175+204+224=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFCCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCE0 is #50331F. Grayscale: #C5C5C5. Windows color (decimal): -5255968 or 14732463. OLE color: 14732463.

HSL color Cylindrical-coordinate representation of color #AFCCE0: hue angle of 204.49º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCCE0 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 204 224 -
CMYK 0.22 0.09 0 0.12
HSL 204.49º 0.44% 0.78% -
HSV(B) 204.49º 0.22% 0.88% -
XYZ 52.73 57.68 78.88 -
YUV 197.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 175 204 224 0.22 0.09 0 0.12 204.49 0.44 0.78
Hex AF CC E0 16 9 0 C CC 2C 4E
Octal 257 314 340 26 11 0 14 314 54 116
Binary 10101111 11001100 11100000 10110 1001 0 1100 11001100 101100 1001110

Color Harmonies of #AFCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCE0

Black with #AFCCE0

Text Example


Text Example

White with #AFCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCE0; }

 p { color: rgb(175,204,224); }

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

background-color css

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

 a { background-color: rgb(175,204,224); }

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

border-color css

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

 span { border-color: rgb(175,204,224); }

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