#ADDEFB

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

Shades of Columbia Blue #ADDEFB

Tints of Columbia Blue #ADDEFB

Color information

#ADDEFB (or 0xADDEFB) is unknown color: approx Columbia Blue. HEX triplet: AD, DE and FB. RGB value is (173,222,251). Sum of RGB (Red+Green+Blue) = 173+222+251=646 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.78% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFB is #522104. Grayscale: #D2D2D2. Windows color (decimal): -5382405 or 16506541. OLE color: 16506541.

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

Color convert

RGB173222251-
CMYK0.310.1200.02
HSL202.31º90.7%83.14%-
HSV(B)202.31º31.08%98.43%-
XYZ60.7768.09101.21-
YUV210.66150.77101.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.78%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=26.78%
G=34.37%
B=38.85%

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
Decimal1732222510.310.1200.02202.3190.783.14
HexADDEFB1FC02ca5b53
Octal255336373371402312133123
Binary1010110111011110111110111111111000101100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEFB; }

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

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

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

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

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

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

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

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