#A7E5FA

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

Shades of Columbia Blue #A7E5FA

Tints of Columbia Blue #A7E5FA

Color information

#A7E5FA (or 0xA7E5FA) is unknown color: approx Columbia Blue. HEX triplet: A7, E5 and FA. RGB value is (167,229,250). Sum of RGB (Red+Green+Blue) = 167+229+250=646 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.85% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E5FA is #581A05. Grayscale: #D4D4D4. Windows color (decimal): -5773830 or 16442791. OLE color: 16442791.

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

Color convert

RGB167229250-
CMYK0.330.0800.02
HSL195.18º89.25%81.76%-
HSV(B)195.18º33.2%98.04%-
XYZ61.2171.16100.95-
YUV212.86148.9695.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.85%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=25.85%
G=35.45%
B=38.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672292500.330.0800.02195.1889.2581.76
HexA7E5FA21802c35952
Octal247345372411002303131122
Binary10100111111001011111101010000110000101100001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E5FA; }

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

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

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

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

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

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

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

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