Html Css Color HEX #ACE6FF Columbia Blue

📋 copy color: '#ACE6FF'

red 172 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #ACE6FF

Tints of Columbia Blue #ACE6FF

RGB

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

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

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

R = 26.18%
G = 35.01%
B = 38.81%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACE6FF (or 0xACE6FF) is known color: Columbia Blue. HEX triplet: AC, E6 and FF. RGB value is (172,230,255). Sum of RGB (Red+Green+Blue) = 172+230+255=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6FF is #531900. Grayscale: #D7D7D7. Windows color (decimal): -5445889 or 16770732. OLE color: 16770732.

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

Color convert

RGB 172 230 255 -
CMYK 0.33 0.10 0 0
HSL 198.07º 1% 0.84% -
HSV(B) 198.07º 0.33% 1% -
XYZ 63.36 72.58 105.28 -
YUV 215.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 172 230 255 0.33 0.10 0 0 198.07 1 0.84
Hex AC E6 FF 21 A 0 0 C6 64 54
Octal 254 346 377 41 12 0 0 306 144 124
Binary 10101100 11100110 11111111 100001 1010 0 0 11000110 1100100 1010100

Color Harmonies of #ACE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE6FF

Black with #ACE6FF

Text Example


Text Example

White with #ACE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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