#ACE2FC

Color #ACE2FC Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #ACE2FC

Tints of Columbia Blue #ACE2FC

Color information

#ACE2FC (or 0xACE2FC) is unknown color: approx Columbia Blue. HEX triplet: AC, E2 and FC. RGB value is (172,226,252). Sum of RGB (Red+Green+Blue) = 172+226+252=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2FC is #531D03. Grayscale: #D4D4D4. Windows color (decimal): -5446916 or 16573100. OLE color: 16573100.

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

Color convert

RGB172226252-
CMYK0.320.1000.01
HSL199.5º93.02%83.14%-
HSV(B)199.5º31.75%98.82%-
XYZ61.7870.19102.39-
YUV212.82150.1198.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=26.46%
G=34.77%
B=38.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722262520.320.1000.01199.593.0283.14
HexACE2FC20A01c85d53
Octal254342374401201310135123
Binary1010110011100010111111001000001010011100100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2FC; }

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

 H1.HeaderClassName
 {
   color: #ACE2FC;
 }
 .AnyTagClassName
 {
   color: #ACE2FC;
 }
</style>
background-color css

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

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

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

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

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

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