#ADDCF7

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

Shades of Columbia Blue #ADDCF7

Tints of Columbia Blue #ADDCF7

Color information

#ADDCF7 (or 0xADDCF7) is unknown color: approx Columbia Blue. HEX triplet: AD, DC and F7. RGB value is (173,220,247). Sum of RGB (Red+Green+Blue) = 173+220+247=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADDCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF7 is #522308. Grayscale: #D0D0D0. Windows color (decimal): -5382921 or 16243885. OLE color: 16243885.

HSL color Cylindrical-coordinate representation of color #ADDCF7: hue angle of 201.89º 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 #ADDCF7 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173220247-
CMYK0.300.1100.03
HSL201.89º82.22%82.35%-
HSV(B)201.89º29.96%96.86%-
XYZ59.6266.7997.74-
YUV209.02149.43102.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=27.03%
G=34.38%
B=38.59%

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
Decimal1732202470.300.1100.03201.8982.2282.35
HexADDCF71EB03ca5252
Octal255334367361303312122122
Binary1010110111011100111101111111010110111100101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCF7; }

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

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

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

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

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

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

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

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