Html Css Color HEX #ACE7FE Columbia Blue

📋 copy color: '#ACE7FE'

red 172 ◦ green 231 ◦ blue 254

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

Shades of Columbia Blue #ACE7FE

Tints of Columbia Blue #ACE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.16%

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

R = 26.18%
G = 35.16%
B = 38.66%

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

#ACE7FE (or 0xACE7FE) is known color: Columbia Blue. HEX triplet: AC, E7 and FE. RGB value is (172,231,254). Sum of RGB (Red+Green+Blue) = 172+231+254=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACE7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FE is #531801. Grayscale: #D7D7D7. Windows color (decimal): -5445634 or 16705452. OLE color: 16705452.

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

Color convert

RGB 172 231 254 -
CMYK 0.32 0.09 0 0.00
HSL 196.83º 0.98% 0.84% -
HSV(B) 196.83º 0.32% 1% -
XYZ 63.48 73.08 104.53 -
YUV 215.98 149.45 96.63 -
System Red Green Blue C M Y K H S L
Decimal 172 231 254 0.32 0.09 0 0.00 196.83 0.98 0.84
Hex AC E7 FE 20 9 0 0 C5 62 54
Octal 254 347 376 40 11 0 0 305 142 124
Binary 10101100 11100111 11111110 100000 1001 0 0 11000101 1100010 1010100

Color Harmonies of #ACE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7FE

Black with #ACE7FE

Text Example


Text Example

White with #ACE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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