#ADDDF8

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

Shades of Columbia Blue #ADDDF8

Tints of Columbia Blue #ADDDF8

Color information

#ADDDF8 (or 0xADDDF8) is unknown color: approx Columbia Blue. HEX triplet: AD, DD and F8. RGB value is (173,221,248). Sum of RGB (Red+Green+Blue) = 173+221+248=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF8 is #522207. Grayscale: #D1D1D1. Windows color (decimal): -5382664 or 16309677. OLE color: 16309677.

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

Color convert

RGB173221248-
CMYK0.300.1100.03
HSL201.6º84.27%82.55%-
HSV(B)201.6º30.24%97.25%-
XYZ60.0367.3798.65-
YUV209.73149.6101.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.95%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 248 (97.27% from 255) = 38.63%
R=26.95%
G=34.42%
B=38.63%

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
Decimal1732212480.300.1100.03201.684.2782.55
HexADDDF81EB03ca5453
Octal255335370361303312124123
Binary1010110111011101111110001111010110111100101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDF8; }

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

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

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

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

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

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

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

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