#ADDDFB

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

Shades of Columbia Blue #ADDDFB

Tints of Columbia Blue #ADDDFB

Color information

#ADDDFB (or 0xADDDFB) is unknown color: approx Columbia Blue. HEX triplet: AD, DD and FB. RGB value is (173,221,251). Sum of RGB (Red+Green+Blue) = 173+221+251=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDFB is #522204. Grayscale: #D1D1D1. Windows color (decimal): -5382661 or 16506285. OLE color: 16506285.

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

Color convert

RGB173221251-
CMYK0.310.1200.02
HSL203.08º90.7%83.14%-
HSV(B)203.08º31.08%98.43%-
XYZ60.567.56101.12-
YUV210.07151.1101.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.82%
GREEN value IS 221 (86.72% from 255) = 34.26%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=26.82%
G=34.26%
B=38.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732212510.310.1200.02203.0890.783.14
HexADDDFB1FC02cb5b53
Octal255335373371402313133123
Binary1010110111011101111110111111111000101100101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDFB; }

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

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

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

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

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

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

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

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