#ACDEFE

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

Shades of Columbia Blue #ACDEFE

Tints of Columbia Blue #ACDEFE

Color information

#ACDEFE (or 0xACDEFE) is unknown color: approx Columbia Blue. HEX triplet: AC, DE and FE. RGB value is (172,222,254). Sum of RGB (Red+Green+Blue) = 172+222+254=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACDEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEFE is #532101. Grayscale: #D2D2D2. Windows color (decimal): -5447938 or 16703148. OLE color: 16703148.

HSL color Cylindrical-coordinate representation of color #ACDEFE: hue angle of 203.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDEFE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172222254-
CMYK0.320.1300.00
HSL203.41º97.62%83.53%-
HSV(B)203.41º32.28%99.61%-
XYZ61.0268.17103.71-
YUV210.7152.44100.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=26.54%
G=34.26%
B=39.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722222540.320.1300.00203.4197.6283.53
HexACDEFE20D00cb6254
Octal254336376401500313142124
Binary1010110011011110111111101000001101001100101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEFE; }

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

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

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

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

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

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

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

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