#A7DDFF

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

Shades of Columbia Blue #A7DDFF

Tints of Columbia Blue #A7DDFF

Color information

#A7DDFF (or 0xA7DDFF) is unknown color: approx Columbia Blue. HEX triplet: A7, DD and FF. RGB value is (167,221,255). Sum of RGB (Red+Green+Blue) = 167+221+255=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDFF is #582200. Grayscale: #D0D0D0. Windows color (decimal): -5775873 or 16768423. OLE color: 16768423.

HSL color Cylindrical-coordinate representation of color #A7DDFF: hue angle of 203.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7DDFF is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167221255-
CMYK0.350.1300
HSL203.18º100%82.75%-
HSV(B)203.18º34.51%100%-
XYZ59.8467.15104.41-
YUV208.73154.1198.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.97%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 255 (100% from 255) = 39.66%
R=25.97%
G=34.37%
B=39.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672212550.350.1300203.1810082.75
HexA7DDFF23D00cb6453
Octal247335377431500313144123
Binary1010011111011101111111111000111101001100101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDFF; }

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

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

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

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

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

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

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

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