Html Css Color HEX #ACE3FE Columbia Blue

📋 copy color: '#ACE3FE'

red 172 ◦ green 227 ◦ blue 254

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

Shades of Columbia Blue #ACE3FE

Tints of Columbia Blue #ACE3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.76%

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 26.34%
G = 34.76%
B = 38.9%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACE3FE (or 0xACE3FE) is known color: Columbia Blue. HEX triplet: AC, E3 and FE. RGB value is (172,227,254). Sum of RGB (Red+Green+Blue) = 172+227+254=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FE is #531C01. Grayscale: #D5D5D5. Windows color (decimal): -5446658 or 16704428. OLE color: 16704428.

HSL color Cylindrical-coordinate representation of color #ACE3FE: hue angle of 199.76º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE3FE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 227 254 -
CMYK 0.32 0.11 0 0.00
HSL 199.76º 0.98% 0.84% -
HSV(B) 199.76º 0.32% 1% -
XYZ 62.37 70.86 104.16 -
YUV 213.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 172 227 254 0.32 0.11 0 0.00 199.76 0.98 0.84
Hex AC E3 FE 20 B 0 0 C8 62 54
Octal 254 343 376 40 13 0 0 310 142 124
Binary 10101100 11100011 11111110 100000 1011 0 0 11001000 1100010 1010100

Color Harmonies of #ACE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3FE

Black with #ACE3FE

Text Example


Text Example

White with #ACE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3FE; }

 p { color: rgb(172,227,254); }

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

background-color css

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

 a { background-color: rgb(172,227,254); }

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

border-color css

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

 span { border-color: rgb(172,227,254); }

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