Html Css Color HEX #ACE9FF Columbia Blue

📋 copy color: '#ACE9FF'

red 172 ◦ green 233 ◦ blue 255

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

Shades of Columbia Blue #ACE9FF

Tints of Columbia Blue #ACE9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.3%

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

R = 26.06%
G = 35.3%
B = 38.64%

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

#ACE9FF (or 0xACE9FF) is known color: Columbia Blue. HEX triplet: AC, E9 and FF. RGB value is (172,233,255). Sum of RGB (Red+Green+Blue) = 172+233+255=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9FF is #531600. Grayscale: #D9D9D9. Windows color (decimal): -5445121 or 16771500. OLE color: 16771500.

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

Color convert

RGB 172 233 255 -
CMYK 0.33 0.09 0 0
HSL 195.9º 1% 0.84% -
HSV(B) 195.9º 0.33% 1% -
XYZ 64.2 74.27 105.56 -
YUV 217.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 172 233 255 0.33 0.09 0 0 195.9 1 0.84
Hex AC E9 FF 21 9 0 0 C4 64 54
Octal 254 351 377 41 11 0 0 304 144 124
Binary 10101100 11101001 11111111 100001 1001 0 0 11000100 1100100 1010100

Color Harmonies of #ACE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9FF

Black with #ACE9FF

Text Example


Text Example

White with #ACE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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