#ACDAFE

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

Shades of Columbia Blue #ACDAFE

Tints of Columbia Blue #ACDAFE

Color information

#ACDAFE (or 0xACDAFE) is unknown color: approx Columbia Blue. HEX triplet: AC, DA and FE. RGB value is (172,218,254). Sum of RGB (Red+Green+Blue) = 172+218+254=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFE is #532501. Grayscale: #D0D0D0. Windows color (decimal): -5448962 or 16702124. OLE color: 16702124.

HSL color Cylindrical-coordinate representation of color #ACDAFE: hue angle of 206.34º 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 #ACDAFE is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172218254-
CMYK0.320.1400.00
HSL206.34º97.62%83.53%-
HSV(B)206.34º32.28%99.61%-
XYZ59.9766.07103.36-
YUV208.35153.76102.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=26.71%
G=33.85%
B=39.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722182540.320.1400.00206.3497.6283.53
HexACDAFE20E00ce6254
Octal254332376401600316142124
Binary1010110011011010111111101000001110001100111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAFE; }

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

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

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

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

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

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

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

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