#ADDDF7

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

Shades of Columbia Blue #ADDDF7

Tints of Columbia Blue #ADDDF7

Color information

#ADDDF7 (or 0xADDDF7) is unknown color: approx Columbia Blue. HEX triplet: AD, DD and F7. RGB value is (173,221,247). Sum of RGB (Red+Green+Blue) = 173+221+247=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADDDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF7 is #522208. Grayscale: #D1D1D1. Windows color (decimal): -5382665 or 16244141. OLE color: 16244141.

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

Color convert

RGB173221247-
CMYK0.300.1100.03
HSL201.08º82.22%82.35%-
HSV(B)201.08º29.96%96.86%-
XYZ59.8867.3197.83-
YUV209.61149.1101.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.99%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=26.99%
G=34.48%
B=38.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732212470.300.1100.03201.0882.2282.35
HexADDDF71EB03c95252
Octal255335367361303311122122
Binary1010110111011101111101111111010110111100100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDF7; }

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

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

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

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

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

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

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

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