#A8EAFE

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

Shades of Columbia Blue #A8EAFE

Tints of Columbia Blue #A8EAFE

Color information

#A8EAFE (or 0xA8EAFE) is unknown color: approx Columbia Blue. HEX triplet: A8, EA and FE. RGB value is (168,234,254). Sum of RGB (Red+Green+Blue) = 168+234+254=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAFE is #571501. Grayscale: #D8D8D8. Windows color (decimal): -5707010 or 16706216. OLE color: 16706216.

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

Color convert

RGB168234254-
CMYK0.340.0800.00
HSL193.95º97.73%82.75%-
HSV(B)193.95º33.86%99.61%-
XYZ63.4674.33104.77-
YUV216.55149.1393.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.61%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=25.61%
G=35.67%
B=38.72%

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
Decimal1682342540.340.0800.00193.9597.7382.75
HexA8EAFE22800c26253
Octal250352376421000302142123
Binary1010100011101010111111101000101000001100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EAFE; }

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

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

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

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

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

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

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

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