#8ae6ff

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

Shades of Columbia Blue #8AE6FF

Tints of Columbia Blue #8AE6FF

Color information

#8AE6FF (or 0x8AE6FF) is unknown color: approx Columbia Blue. HEX triplet: 8A, E6 and FF. RGB value is (138,230,255). Sum of RGB (Red+Green+Blue) = 138+230+255=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE6FF is #751900. Grayscale: #CDCDCD. Windows color (decimal): -7674113 or 16770698. OLE color: 16770698.

HSL color Cylindrical-coordinate representation of color #8AE6FF: hue angle of 192.82º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AE6FF is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138230255-
CMYK0.460.1000
HSL192.82º100%77.06%-
HSV(B)192.82º45.88%100%-
XYZ56.8369.22104.97-
YUV205.34156.0279.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.15%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 255 (100% from 255) = 40.93%
R=22.15%
G=36.92%
B=40.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382302550.460.1000192.8210077.06
Hex8AE6FF2EA00c1644d
Octal212346377561200301144115
Binary1000101011100110111111111011101010001100000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ae6ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ae6ff; }

 p { color: rgb(138,230,255); }

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

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

 a { background-color: rgb(138,230,255); }

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

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

 span { border-color: rgb(138,230,255); }

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