#A7E0FA

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

Shades of Columbia Blue #A7E0FA

Tints of Columbia Blue #A7E0FA

Color information

#A7E0FA (or 0xA7E0FA) is unknown color: approx Columbia Blue. HEX triplet: A7, E0 and FA. RGB value is (167,224,250). Sum of RGB (Red+Green+Blue) = 167+224+250=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E0FA is #581F05. Grayscale: #D1D1D1. Windows color (decimal): -5775110 or 16441511. OLE color: 16441511.

HSL color Cylindrical-coordinate representation of color #A7E0FA: hue angle of 198.8º degrees, saturation: 0.89, 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 #A7E0FA is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167224250-
CMYK0.330.1000.02
HSL198.8º89.25%81.76%-
HSV(B)198.8º33.2%98.04%-
XYZ59.8568.43100.5-
YUV209.92150.6297.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.05%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=26.05%
G=34.95%
B=39.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672242500.330.1000.02198.889.2581.76
HexA7E0FA21A02c75952
Octal247340372411202307131122
Binary10100111111000001111101010000110100101100011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E0FA; }

 p { color: rgb(167,224,250); }

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

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

 a { background-color: rgb(167,224,250); }

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

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

 span { border-color: rgb(167,224,250); }

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