#A7DDFB

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

Shades of Columbia Blue #A7DDFB

Tints of Columbia Blue #A7DDFB

Color information

#A7DDFB (or 0xA7DDFB) is unknown color: approx Columbia Blue. HEX triplet: A7, DD and FB. RGB value is (167,221,251). Sum of RGB (Red+Green+Blue) = 167+221+251=639 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.13% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDFB is #582204. Grayscale: #D0D0D0. Windows color (decimal): -5775877 or 16506279. OLE color: 16506279.

HSL color Cylindrical-coordinate representation of color #A7DDFB: hue angle of 201.43º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7DDFB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167221251-
CMYK0.330.1200.02
HSL201.43º91.3%81.96%-
HSV(B)201.43º33.47%98.43%-
XYZ59.2166.89101.06-
YUV208.27152.1198.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.13%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=26.13%
G=34.59%
B=39.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672212510.330.1200.02201.4391.381.96
HexA7DDFB21C02c95b52
Octal247335373411402311133122
Binary10100111110111011111101110000111000101100100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDFB; }

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

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

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

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

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

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

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

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