#8AE2FE

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

Shades of Columbia Blue #8AE2FE

Tints of Columbia Blue #8AE2FE

Color information

#8AE2FE (or 0x8AE2FE) is unknown color: approx Columbia Blue. HEX triplet: 8A, E2 and FE. RGB value is (138,226,254). Sum of RGB (Red+Green+Blue) = 138+226+254=618 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.33% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE2FE is #751D01. Grayscale: #CACACA. Windows color (decimal): -7675138 or 16704138. OLE color: 16704138.

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

Color convert

RGB138226254-
CMYK0.460.1100.00
HSL194.48º98.31%76.86%-
HSV(B)194.48º45.67%99.61%-
XYZ55.5766.95103.76-
YUV202.88156.8581.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.33%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=22.33%
G=36.57%
B=41.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1382262540.460.1100.00194.4898.3176.86
Hex8AE2FE2EB00c2624d
Octal212342376561300302142115
Binary1000101011100010111111101011101011001100001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,226,254); }

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

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

 a { background-color: rgb(138,226,254); }

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

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

 span { border-color: rgb(138,226,254); }

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