#a8e0ff

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

Shades of Columbia Blue #A8E0FF

Tints of Columbia Blue #A8E0FF

Color information

#A8E0FF (or 0xA8E0FF) is unknown color: approx Columbia Blue. HEX triplet: A8, E0 and FF. RGB value is (168,224,255). Sum of RGB (Red+Green+Blue) = 168+224+255=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8E0FF is #571F00. Grayscale: #D2D2D2. Windows color (decimal): -5709569 or 16769192. OLE color: 16769192.

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

Color convert

RGB168224255-
CMYK0.340.1200
HSL201.38º100%82.94%-
HSV(B)201.38º34.12%100%-
XYZ60.8568.86104.69-
YUV210.79152.9597.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.97%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 255 (100% from 255) = 39.41%
R=25.97%
G=34.62%
B=39.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682242550.340.1200201.3810082.94
HexA8E0FF22C00c96453
Octal250340377421400311144123
Binary1010100011100000111111111000101100001100100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8e0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8e0ff; }

 p { color: rgb(168,224,255); }

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

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

 a { background-color: rgb(168,224,255); }

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

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

 span { border-color: rgb(168,224,255); }

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