#A7E2FA

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

Shades of Columbia Blue #A7E2FA

Tints of Columbia Blue #A7E2FA

Color information

#A7E2FA (or 0xA7E2FA) is unknown color: approx Columbia Blue. HEX triplet: A7, E2 and FA. RGB value is (167,226,250). Sum of RGB (Red+Green+Blue) = 167+226+250=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E2FA is #581D05. Grayscale: #D2D2D2. Windows color (decimal): -5774598 or 16442023. OLE color: 16442023.

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

Color convert

RGB167226250-
CMYK0.330.1000.02
HSL197.35º89.25%81.76%-
HSV(B)197.35º33.2%98.04%-
XYZ60.3969.51100.68-
YUV211.1149.9596.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.97%
GREEN value IS 226 (88.67% from 255) = 35.15%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=25.97%
G=35.15%
B=38.88%

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
Decimal1672262500.330.1000.02197.3589.2581.76
HexA7E2FA21A02c55952
Octal247342372411202305131122
Binary10100111111000101111101010000110100101100010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E2FA; }

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

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

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

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

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

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

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

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