Html Css Color HEX #ACE0F2 Light Blue

📋 copy color: '#ACE0F2'

red 172 ◦ green 224 ◦ blue 242

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

Shades of Light Blue #ACE0F2

Tints of Light Blue #ACE0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 26.96%
G = 35.11%
B = 37.93%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACE0F2 (or 0xACE0F2) is known color: Light Blue. HEX triplet: AC, E0 and F2. RGB value is (172,224,242). Sum of RGB (Red+Green+Blue) = 172+224+242=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACE0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0F2 is #531F0D. Grayscale: #D2D2D2. Windows color (decimal): -5447438 or 15917228. OLE color: 15917228.

HSL color Cylindrical-coordinate representation of color #ACE0F2: hue angle of 195.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE0F2 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 224 242 -
CMYK 0.29 0.07 0 0.05
HSL 195.43º 0.73% 0.81% -
HSV(B) 195.43º 0.29% 0.95% -
XYZ 59.7 68.49 94.08 -
YUV 210.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 172 224 242 0.29 0.07 0 0.05 195.43 0.73 0.81
Hex AC E0 F2 1D 7 0 5 C3 49 51
Octal 254 340 362 35 7 0 5 303 111 121
Binary 10101100 11100000 11110010 11101 111 0 101 11000011 1001001 1010001

Color Harmonies of #ACE0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0F2

Black with #ACE0F2

Text Example


Text Example

White with #ACE0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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