#ACDEF8

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

Shades of Columbia Blue #ACDEF8

Tints of Columbia Blue #ACDEF8

Color information

#ACDEF8 (or 0xACDEF8) is unknown color: approx Columbia Blue. HEX triplet: AC, DE and F8. RGB value is (172,222,248). Sum of RGB (Red+Green+Blue) = 172+222+248=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACDEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEF8 is #532107. Grayscale: #D1D1D1. Windows color (decimal): -5447944 or 16309932. OLE color: 16309932.

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

Color convert

RGB172222248-
CMYK0.310.1000.03
HSL200.53º84.44%82.35%-
HSV(B)200.53º30.65%97.25%-
XYZ60.0867.7998.73-
YUV210.01149.44100.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 248 (97.27% from 255) = 38.63%
R=26.79%
G=34.58%
B=38.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722222480.310.1000.03200.5384.4482.35
HexACDEF81FA03c95452
Octal254336370371203311124122
Binary1010110011011110111110001111110100111100100110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEF8; }

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

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

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

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

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

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

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

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