#ADDDF9

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

Shades of Columbia Blue #ADDDF9

Tints of Columbia Blue #ADDDF9

Color information

#ADDDF9 (or 0xADDDF9) is unknown color: approx Columbia Blue. HEX triplet: AD, DD and F9. RGB value is (173,221,249). Sum of RGB (Red+Green+Blue) = 173+221+249=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADDDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF9 is #522206. Grayscale: #D1D1D1. Windows color (decimal): -5382663 or 16375213. OLE color: 16375213.

HSL color Cylindrical-coordinate representation of color #ADDDF9: hue angle of 202.11º degrees, saturation: 0.86, 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 #ADDDF9 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173221249-
CMYK0.310.1100.02
HSL202.11º86.36%82.75%-
HSV(B)202.11º30.52%97.65%-
XYZ60.1967.4499.47-
YUV209.84150.1101.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.91%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=26.91%
G=34.37%
B=38.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732212490.310.1100.02202.1186.3682.75
HexADDDF91FB02ca5653
Octal255335371371302312126123
Binary1010110111011101111110011111110110101100101010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDF9; }

 p { color: rgb(173,221,249); }

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

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

 a { background-color: rgb(173,221,249); }

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

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

 span { border-color: rgb(173,221,249); }

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