Html Css Color HEX #ACE1FC Columbia Blue

📋 copy color: '#ACE1FC'

red 172 ◦ green 225 ◦ blue 252

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

Shades of Columbia Blue #ACE1FC

Tints of Columbia Blue #ACE1FC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

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

R = 26.5%
G = 34.67%
B = 38.83%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE1FC (or 0xACE1FC) is known color: Columbia Blue. HEX triplet: AC, E1 and FC. RGB value is (172,225,252). Sum of RGB (Red+Green+Blue) = 172+225+252=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FC is #531E03. Grayscale: #D4D4D4. Windows color (decimal): -5447172 or 16572844. OLE color: 16572844.

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

Color convert

RGB 172 225 252 -
CMYK 0.32 0.11 0 0.01
HSL 200.25º 0.93% 0.83% -
HSV(B) 200.25º 0.32% 0.99% -
XYZ 61.51 69.65 102.3 -
YUV 212.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 172 225 252 0.32 0.11 0 0.01 200.25 0.93 0.83
Hex AC E1 FC 20 B 0 1 C8 5D 53
Octal 254 341 374 40 13 0 1 310 135 123
Binary 10101100 11100001 11111100 100000 1011 0 1 11001000 1011101 1010011

Color Harmonies of #ACE1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1FC

Black with #ACE1FC

Text Example


Text Example

White with #ACE1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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