Html Css Color HEX #ACE5FC Columbia Blue

📋 copy color: '#ACE5FC'

red 172 ◦ green 229 ◦ blue 252

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

Shades of Columbia Blue #ACE5FC

Tints of Columbia Blue #ACE5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

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

R = 26.34%
G = 35.07%
B = 38.59%

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

#ACE5FC (or 0xACE5FC) is known color: Columbia Blue. HEX triplet: AC, E5 and FC. RGB value is (172,229,252). Sum of RGB (Red+Green+Blue) = 172+229+252=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FC is #531A03. Grayscale: #D6D6D6. Windows color (decimal): -5446148 or 16573868. OLE color: 16573868.

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

Color convert

RGB 172 229 252 -
CMYK 0.32 0.09 0 0.01
HSL 197.25º 0.93% 0.83% -
HSV(B) 197.25º 0.32% 0.99% -
XYZ 62.6 71.84 102.66 -
YUV 214.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 172 229 252 0.32 0.09 0 0.01 197.25 0.93 0.83
Hex AC E5 FC 20 9 0 1 C5 5D 53
Octal 254 345 374 40 11 0 1 305 135 123
Binary 10101100 11100101 11111100 100000 1001 0 1 11000101 1011101 1010011

Color Harmonies of #ACE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5FC

Black with #ACE5FC

Text Example


Text Example

White with #ACE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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