Html Css Color HEX #ACE0FC Columbia Blue

📋 copy color: '#ACE0FC'

red 172 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #ACE0FC

Tints of Columbia Blue #ACE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.57%

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

R = 26.54%
G = 34.57%
B = 38.89%

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

#ACE0FC (or 0xACE0FC) is known color: Columbia Blue. HEX triplet: AC, E0 and FC. RGB value is (172,224,252). Sum of RGB (Red+Green+Blue) = 172+224+252=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FC is #531F03. Grayscale: #D3D3D3. Windows color (decimal): -5447428 or 16572588. OLE color: 16572588.

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

Color convert

RGB 172 224 252 -
CMYK 0.32 0.11 0 0.01
HSL 201º 0.93% 0.83% -
HSV(B) 201º 0.32% 0.99% -
XYZ 61.24 69.11 102.21 -
YUV 211.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 172 224 252 0.32 0.11 0 0.01 201 0.93 0.83
Hex AC E0 FC 20 B 0 1 C9 5D 53
Octal 254 340 374 40 13 0 1 311 135 123
Binary 10101100 11100000 11111100 100000 1011 0 1 11001001 1011101 1010011

Color Harmonies of #ACE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0FC

Black with #ACE0FC

Text Example


Text Example

White with #ACE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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