#A7EAFE

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

Shades of Columbia Blue #A7EAFE

Tints of Columbia Blue #A7EAFE

Color information

#A7EAFE (or 0xA7EAFE) is unknown color: approx Columbia Blue. HEX triplet: A7, EA and FE. RGB value is (167,234,254). Sum of RGB (Red+Green+Blue) = 167+234+254=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAFE is #581501. Grayscale: #D8D8D8. Windows color (decimal): -5772546 or 16706215. OLE color: 16706215.

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

Color convert

RGB167234254-
CMYK0.340.0800.00
HSL193.79º97.75%82.55%-
HSV(B)193.79º34.25%99.61%-
XYZ63.2574.22104.76-
YUV216.25149.392.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.50%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=25.50%
G=35.73%
B=38.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1672342540.340.0800.00193.7997.7582.55
HexA7EAFE22800c26253
Octal247352376421000302142123
Binary1010011111101010111111101000101000001100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAFE; }

 p { color: rgb(167,234,254); }

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

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

 a { background-color: rgb(167,234,254); }

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

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

 span { border-color: rgb(167,234,254); }

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