Html Css Color HEX #ACE8FE Columbia Blue

📋 copy color: '#ACE8FE'

red 172 ◦ green 232 ◦ blue 254

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

Shades of Columbia Blue #ACE8FE

Tints of Columbia Blue #ACE8FE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.26%

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 26.14%
G = 35.26%
B = 38.6%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACE8FE (or 0xACE8FE) is known color: Columbia Blue. HEX triplet: AC, E8 and FE. RGB value is (172,232,254). Sum of RGB (Red+Green+Blue) = 172+232+254=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8FE is #531701. Grayscale: #D8D8D8. Windows color (decimal): -5445378 or 16705708. OLE color: 16705708.

HSL color Cylindrical-coordinate representation of color #ACE8FE: hue angle of 196.1º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE8FE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 232 254 -
CMYK 0.32 0.09 0 0.00
HSL 196.1º 0.98% 0.84% -
HSV(B) 196.1º 0.32% 1% -
XYZ 63.76 73.64 104.62 -
YUV 216.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 172 232 254 0.32 0.09 0 0.00 196.1 0.98 0.84
Hex AC E8 FE 20 9 0 0 C4 62 54
Octal 254 350 376 40 11 0 0 304 142 124
Binary 10101100 11101000 11111110 100000 1001 0 0 11000100 1100010 1010100

Color Harmonies of #ACE8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8FE

Black with #ACE8FE

Text Example


Text Example

White with #ACE8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8FE; }

 p { color: rgb(172,232,254); }

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

background-color css

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

 a { background-color: rgb(172,232,254); }

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

border-color css

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

 span { border-color: rgb(172,232,254); }

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