#ACEAFF

Color #ACEAFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #ACEAFF

Tints of Columbia Blue #ACEAFF

Color information

#ACEAFF (or 0xACEAFF) is unknown color: approx Columbia Blue. HEX triplet: AC, EA and FF. RGB value is (172,234,255). Sum of RGB (Red+Green+Blue) = 172+234+255=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFF is #531500. Grayscale: #D9D9D9. Windows color (decimal): -5444865 or 16771756. OLE color: 16771756.

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

Color convert

RGB172234255-
CMYK0.330.0800
HSL195.18º100%83.73%-
HSV(B)195.18º32.55%100%-
XYZ64.4974.84105.65-
YUV217.86148.9695.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.02%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 255 (100% from 255) = 38.58%
R=26.02%
G=35.40%
B=38.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722342550.330.0800195.1810083.73
HexACEAFF21800c36454
Octal254352377411000303144124
Binary1010110011101010111111111000011000001100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAFF; }

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

 H1.HeaderClassName
 {
   color: #ACEAFF;
 }
 .AnyTagClassName
 {
   color: #ACEAFF;
 }
</style>
background-color css

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

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

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

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

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

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