Html Css Color HEX #ACE6FC Columbia Blue

📋 copy color: '#ACE6FC'

red 172 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #ACE6FC

Tints of Columbia Blue #ACE6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.17%

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

R = 26.3%
G = 35.17%
B = 38.53%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE6FC (or 0xACE6FC) is known color: Columbia Blue. HEX triplet: AC, E6 and FC. RGB value is (172,230,252). Sum of RGB (Red+Green+Blue) = 172+230+252=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FC is #531903. Grayscale: #D7D7D7. Windows color (decimal): -5445892 or 16574124. OLE color: 16574124.

HSL color Cylindrical-coordinate representation of color #ACE6FC: hue angle of 196.5º 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 #ACE6FC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 230 252 -
CMYK 0.32 0.09 0 0.01
HSL 196.5º 0.93% 0.83% -
HSV(B) 196.5º 0.32% 0.99% -
XYZ 62.88 72.39 102.75 -
YUV 215.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 172 230 252 0.32 0.09 0 0.01 196.5 0.93 0.83
Hex AC E6 FC 20 9 0 1 C4 5D 53
Octal 254 346 374 40 11 0 1 304 135 123
Binary 10101100 11100110 11111100 100000 1001 0 1 11000100 1011101 1010011

Color Harmonies of #ACE6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6FC

Black with #ACE6FC

Text Example


Text Example

White with #ACE6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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