Html Css Color HEX #ACE0F0 Light Blue

📋 copy color: '#ACE0F0'

red 172 ◦ green 224 ◦ blue 240

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

Shades of Light Blue #ACE0F0

Tints of Light Blue #ACE0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 27.04%
G = 35.22%
B = 37.74%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACE0F0 (or 0xACE0F0) is known color: Light Blue. HEX triplet: AC, E0 and F0. RGB value is (172,224,240). Sum of RGB (Red+Green+Blue) = 172+224+240=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0F0 is #531F0F. Grayscale: #D2D2D2. Windows color (decimal): -5447440 or 15786156. OLE color: 15786156.

HSL color Cylindrical-coordinate representation of color #ACE0F0: hue angle of 194.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE0F0 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 224 240 -
CMYK 0.28 0.07 0 0.06
HSL 194.12º 0.69% 0.81% -
HSV(B) 194.12º 0.28% 0.94% -
XYZ 59.4 68.37 92.5 -
YUV 210.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 172 224 240 0.28 0.07 0 0.06 194.12 0.69 0.81
Hex AC E0 F0 1C 7 0 6 C2 45 51
Octal 254 340 360 34 7 0 6 302 105 121
Binary 10101100 11100000 11110000 11100 111 0 110 11000010 1000101 1010001

Color Harmonies of #ACE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0F0

Black with #ACE0F0

Text Example


Text Example

White with #ACE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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