#ACDEF7

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

Shades of Columbia Blue #ACDEF7

Tints of Columbia Blue #ACDEF7

Color information

#ACDEF7 (or 0xACDEF7) is unknown color: approx Columbia Blue. HEX triplet: AC, DE and F7. RGB value is (172,222,247). Sum of RGB (Red+Green+Blue) = 172+222+247=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACDEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF7 is #532108. Grayscale: #D1D1D1. Windows color (decimal): -5447945 or 16244396. OLE color: 16244396.

HSL color Cylindrical-coordinate representation of color #ACDEF7: hue angle of 200º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDEF7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172222247-
CMYK0.300.1000.03
HSL200º82.42%82.16%-
HSV(B)200º30.36%96.86%-
XYZ59.9267.7397.91-
YUV209.9148.94100.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=26.83%
G=34.63%
B=38.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722222470.300.1000.0320082.4282.16
HexACDEF71EA03c85252
Octal254336367361203310122122
Binary1010110011011110111101111111010100111100100010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEF7; }

 p { color: rgb(172,222,247); }

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

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

 a { background-color: rgb(172,222,247); }

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

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

 span { border-color: rgb(172,222,247); }

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