#A8EBFF

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

Shades of Columbia Blue #A8EBFF

Tints of Columbia Blue #A8EBFF

Color information

#A8EBFF (or 0xA8EBFF) is unknown color: approx Columbia Blue. HEX triplet: A8, EB and FF. RGB value is (168,235,255). Sum of RGB (Red+Green+Blue) = 168+235+255=658 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.53% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EBFF is #571400. Grayscale: #D9D9D9. Windows color (decimal): -5706753 or 16772008. OLE color: 16772008.

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

Color convert

RGB168235255-
CMYK0.340.0800
HSL193.79º100%82.94%-
HSV(B)193.79º34.12%100%-
XYZ63.9174.96105.71-
YUV217.25149.392.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.53%
GREEN value IS 235 (92.19% from 255) = 35.71%
BLUE value IS 255 (100% from 255) = 38.75%
R=25.53%
G=35.71%
B=38.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682352550.340.0800193.7910082.94
HexA8EBFF22800c26453
Octal250353377421000302144123
Binary1010100011101011111111111000101000001100001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBFF; }

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

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

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

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

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

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

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

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