Html Css Color HEX #ACE0F5 Light Blue

📋 copy color: '#ACE0F5'

red 172 ◦ green 224 ◦ blue 245

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

Shades of Light Blue #ACE0F5

Tints of Light Blue #ACE0F5

RGB

 RED value IS 172 (67.58% from 255) = 26.83%

 GREEN value IS 224 (87.89% from 255) = 34.95%

 BLUE value IS 245 (96.09% from 255) = 38.22%

R = 26.83%
G = 34.95%
B = 38.22%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACE0F5 (or 0xACE0F5) is known color: Light Blue. HEX triplet: AC, E0 and F5. RGB value is (172,224,245). Sum of RGB (Red+Green+Blue) = 172+224+245=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACE0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0F5 is #531F0A. Grayscale: #D2D2D2. Windows color (decimal): -5447435 or 16113836. OLE color: 16113836.

HSL color Cylindrical-coordinate representation of color #ACE0F5: hue angle of 197.26º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACE0F5 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 224 245 -
CMYK 0.30 0.09 0 0.04
HSL 197.26º 0.78% 0.82% -
HSV(B) 197.26º 0.3% 0.96% -
XYZ 60.15 68.67 96.47 -
YUV 210.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 172 224 245 0.30 0.09 0 0.04 197.26 0.78 0.82
Hex AC E0 F5 1E 9 0 4 C5 4E 52
Octal 254 340 365 36 11 0 4 305 116 122
Binary 10101100 11100000 11110101 11110 1001 0 100 11000101 1001110 1010010

Color Harmonies of #ACE0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0F5

Black with #ACE0F5

Text Example


Text Example

White with #ACE0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0F5; }

 p { color: rgb(172,224,245); }

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

background-color css

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

 a { background-color: rgb(172,224,245); }

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

border-color css

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

 span { border-color: rgb(172,224,245); }

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