#ACDDFA

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

Shades of Columbia Blue #ACDDFA

Tints of Columbia Blue #ACDDFA

Color information

#ACDDFA (or 0xACDDFA) is unknown color: approx Columbia Blue. HEX triplet: AC, DD and FA. RGB value is (172,221,250). Sum of RGB (Red+Green+Blue) = 172+221+250=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFA is #532205. Grayscale: #D1D1D1. Windows color (decimal): -5448198 or 16440748. OLE color: 16440748.

HSL color Cylindrical-coordinate representation of color #ACDDFA: hue angle of 202.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDDFA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172221250-
CMYK0.310.1200.02
HSL202.31º88.64%82.75%-
HSV(B)202.31º31.2%98.04%-
XYZ60.1367.39100.28-
YUV209.66150.77101.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.75%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=26.75%
G=34.37%
B=38.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722212500.310.1200.02202.3188.6482.75
HexACDDFA1FC02ca5953
Octal254335372371402312131123
Binary1010110011011101111110101111111000101100101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDFA; }

 p { color: rgb(172,221,250); }

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

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

 a { background-color: rgb(172,221,250); }

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

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

 span { border-color: rgb(172,221,250); }

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