Html Css Color HEX #ACE6FE Columbia Blue

📋 copy color: '#ACE6FE'

red 172 ◦ green 230 ◦ blue 254

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

Shades of Columbia Blue #ACE6FE

Tints of Columbia Blue #ACE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.06%

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

R = 26.22%
G = 35.06%
B = 38.72%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACE6FE (or 0xACE6FE) is known color: Columbia Blue. HEX triplet: AC, E6 and FE. RGB value is (172,230,254). Sum of RGB (Red+Green+Blue) = 172+230+254=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FE is #531901. Grayscale: #D7D7D7. Windows color (decimal): -5445890 or 16705196. OLE color: 16705196.

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

Color convert

RGB 172 230 254 -
CMYK 0.32 0.09 0 0.00
HSL 197.56º 0.98% 0.84% -
HSV(B) 197.56º 0.32% 1% -
XYZ 63.2 72.52 104.43 -
YUV 215.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 172 230 254 0.32 0.09 0 0.00 197.56 0.98 0.84
Hex AC E6 FE 20 9 0 0 C6 62 54
Octal 254 346 376 40 11 0 0 306 142 124
Binary 10101100 11100110 11111110 100000 1001 0 0 11000110 1100010 1010100

Color Harmonies of #ACE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6FE

Black with #ACE6FE

Text Example


Text Example

White with #ACE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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