Html Css Color HEX #ACE4FC Columbia Blue

📋 copy color: '#ACE4FC'

red 172 ◦ green 228 ◦ blue 252

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

Shades of Columbia Blue #ACE4FC

Tints of Columbia Blue #ACE4FC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.97%

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 26.38%
G = 34.97%
B = 38.65%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE4FC (or 0xACE4FC) is known color: Columbia Blue. HEX triplet: AC, E4 and FC. RGB value is (172,228,252). Sum of RGB (Red+Green+Blue) = 172+228+252=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4FC is #531B03. Grayscale: #D5D5D5. Windows color (decimal): -5446404 or 16573612. OLE color: 16573612.

HSL color Cylindrical-coordinate representation of color #ACE4FC: hue angle of 198º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE4FC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 228 252 -
CMYK 0.32 0.10 0 0.01
HSL 198º 0.93% 0.83% -
HSV(B) 198º 0.32% 0.99% -
XYZ 62.33 71.29 102.57 -
YUV 213.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 172 228 252 0.32 0.10 0 0.01 198 0.93 0.83
Hex AC E4 FC 20 A 0 1 C6 5D 53
Octal 254 344 374 40 12 0 1 306 135 123
Binary 10101100 11100100 11111100 100000 1010 0 1 11000110 1011101 1010011

Color Harmonies of #ACE4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4FC

Black with #ACE4FC

Text Example


Text Example

White with #ACE4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4FC; }

 p { color: rgb(172,228,252); }

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

background-color css

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

 a { background-color: rgb(172,228,252); }

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

border-color css

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

 span { border-color: rgb(172,228,252); }

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