#ADDDFD

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

Shades of Columbia Blue #ADDDFD

Tints of Columbia Blue #ADDDFD

Color information

#ADDDFD (or 0xADDDFD) is unknown color: approx Columbia Blue. HEX triplet: AD, DD and FD. RGB value is (173,221,253). Sum of RGB (Red+Green+Blue) = 173+221+253=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDFD is #522202. Grayscale: #D2D2D2. Windows color (decimal): -5382659 or 16637357. OLE color: 16637357.

HSL color Cylindrical-coordinate representation of color #ADDDFD: hue angle of 204º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDDFD is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173221253-
CMYK0.320.1300.01
HSL204º95.24%83.53%-
HSV(B)204º31.62%99.22%-
XYZ60.8267.69102.79-
YUV210.3152.1101.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.74%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=26.74%
G=34.16%
B=39.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732212530.320.1300.0120495.2483.53
HexADDDFD20D01cc5f54
Octal255335375401501314137124
Binary1010110111011101111111011000001101011100110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDFD; }

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

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

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

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

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

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

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

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