#A7D8FF

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

Shades of Columbia Blue #A7D8FF

Tints of Columbia Blue #A7D8FF

Color information

#A7D8FF (or 0xA7D8FF) is unknown color: approx Columbia Blue. HEX triplet: A7, D8 and FF. RGB value is (167,216,255). Sum of RGB (Red+Green+Blue) = 167+216+255=638 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.18% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D8FF is #582700. Grayscale: #CDCDCD. Windows color (decimal): -5777153 or 16767143. OLE color: 16767143.

HSL color Cylindrical-coordinate representation of color #A7D8FF: hue angle of 206.59º 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 #A7D8FF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167216255-
CMYK0.350.1500
HSL206.59º100%82.75%-
HSV(B)206.59º34.51%100%-
XYZ58.5464.55103.98-
YUV205.8155.77100.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.18%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 255 (100% from 255) = 39.97%
R=26.18%
G=33.86%
B=39.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672162550.350.1500206.5910082.75
HexA7D8FF23F00cf6453
Octal247330377431700317144123
Binary1010011111011000111111111000111111001100111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D8FF; }

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

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

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

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

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

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

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

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