Html Css Color HEX #ACE1FF Columbia Blue

📋 copy color: '#ACE1FF'

red 172 ◦ green 225 ◦ blue 255

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

Shades of Columbia Blue #ACE1FF

Tints of Columbia Blue #ACE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.51%

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

R = 26.38%
G = 34.51%
B = 39.11%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACE1FF (or 0xACE1FF) is known color: Columbia Blue. HEX triplet: AC, E1 and FF. RGB value is (172,225,255). Sum of RGB (Red+Green+Blue) = 172+225+255=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FF is #531E00. Grayscale: #D4D4D4. Windows color (decimal): -5447169 or 16769452. OLE color: 16769452.

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

Color convert

RGB 172 225 255 -
CMYK 0.33 0.12 0 0
HSL 201.69º 1% 0.84% -
HSV(B) 201.69º 0.33% 1% -
XYZ 61.99 69.84 104.82 -
YUV 212.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 172 225 255 0.33 0.12 0 0 201.69 1 0.84
Hex AC E1 FF 21 C 0 0 CA 64 54
Octal 254 341 377 41 14 0 0 312 144 124
Binary 10101100 11100001 11111111 100001 1100 0 0 11001010 1100100 1010100

Color Harmonies of #ACE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1FF

Black with #ACE1FF

Text Example


Text Example

White with #ACE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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