Html Css Color HEX #ACE3FF Columbia Blue

📋 copy color: '#ACE3FF'

red 172 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #ACE3FF

Tints of Columbia Blue #ACE3FF

RGB

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

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

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

R = 26.3%
G = 34.71%
B = 38.99%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACE3FF (or 0xACE3FF) is known color: Columbia Blue. HEX triplet: AC, E3 and FF. RGB value is (172,227,255). Sum of RGB (Red+Green+Blue) = 172+227+255=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FF is #531C00. Grayscale: #D5D5D5. Windows color (decimal): -5446657 or 16769964. OLE color: 16769964.

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

Color convert

RGB 172 227 255 -
CMYK 0.33 0.11 0 0
HSL 200.24º 1% 0.84% -
HSV(B) 200.24º 0.33% 1% -
XYZ 62.53 70.93 105 -
YUV 213.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 172 227 255 0.33 0.11 0 0 200.24 1 0.84
Hex AC E3 FF 21 B 0 0 C8 64 54
Octal 254 343 377 41 13 0 0 310 144 124
Binary 10101100 11100011 11111111 100001 1011 0 0 11001000 1100100 1010100

Color Harmonies of #ACE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3FF

Black with #ACE3FF

Text Example


Text Example

White with #ACE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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