Html Css Color HEX #ACE1FE Columbia Blue

📋 copy color: '#ACE1FE'

red 172 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #ACE1FE

Tints of Columbia Blue #ACE1FE

RGB

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

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

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

R = 26.42%
G = 34.56%
B = 39.02%

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

#ACE1FE (or 0xACE1FE) is known color: Columbia Blue. HEX triplet: AC, E1 and FE. RGB value is (172,225,254). Sum of RGB (Red+Green+Blue) = 172+225+254=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FE is #531E01. Grayscale: #D4D4D4. Windows color (decimal): -5447170 or 16703916. OLE color: 16703916.

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

Color convert

RGB 172 225 254 -
CMYK 0.32 0.11 0 0.00
HSL 201.22º 0.98% 0.84% -
HSV(B) 201.22º 0.32% 1% -
XYZ 61.83 69.78 103.98 -
YUV 212.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 172 225 254 0.32 0.11 0 0.00 201.22 0.98 0.84
Hex AC E1 FE 20 B 0 0 C9 62 54
Octal 254 341 376 40 13 0 0 311 142 124
Binary 10101100 11100001 11111110 100000 1011 0 0 11001001 1100010 1010100

Color Harmonies of #ACE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1FE

Black with #ACE1FE

Text Example


Text Example

White with #ACE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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