Html Css Color HEX #ACE7FF Columbia Blue

📋 copy color: '#ACE7FF'

red 172 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #ACE7FF

Tints of Columbia Blue #ACE7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.75%

R = 26.14%
G = 35.11%
B = 38.75%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACE7FF (or 0xACE7FF) is known color: Columbia Blue. HEX triplet: AC, E7 and FF. RGB value is (172,231,255). Sum of RGB (Red+Green+Blue) = 172+231+255=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FF is #531800. Grayscale: #D7D7D7. Windows color (decimal): -5445633 or 16770988. OLE color: 16770988.

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

Color convert

RGB 172 231 255 -
CMYK 0.33 0.09 0 0
HSL 197.35º 1% 0.84% -
HSV(B) 197.35º 0.33% 1% -
XYZ 63.64 73.14 105.37 -
YUV 216.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 172 231 255 0.33 0.09 0 0 197.35 1 0.84
Hex AC E7 FF 21 9 0 0 C5 64 54
Octal 254 347 377 41 11 0 0 305 144 124
Binary 10101100 11100111 11111111 100001 1001 0 0 11000101 1100100 1010100

Color Harmonies of #ACE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7FF

Black with #ACE7FF

Text Example


Text Example

White with #ACE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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