#ADDFFB

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

Shades of Columbia Blue #ADDFFB

Tints of Columbia Blue #ADDFFB

Color information

#ADDFFB (or 0xADDFFB) is unknown color: approx Columbia Blue. HEX triplet: AD, DF and FB. RGB value is (173,223,251). Sum of RGB (Red+Green+Blue) = 173+223+251=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFFB is #522004. Grayscale: #D3D3D3. Windows color (decimal): -5382149 or 16506797. OLE color: 16506797.

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

Color convert

RGB173223251-
CMYK0.310.1100.02
HSL201.54º90.7%83.14%-
HSV(B)201.54º31.08%98.43%-
XYZ61.0368.62101.3-
YUV211.24150.44100.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.74%
GREEN value IS 223 (87.5% from 255) = 34.47%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=26.74%
G=34.47%
B=38.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732232510.310.1100.02201.5490.783.14
HexADDFFB1FB02ca5b53
Octal255337373371302312133123
Binary1010110111011111111110111111110110101100101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFFB; }

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

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

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

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

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

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

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

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