#8EE5FC

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

Shades of Columbia Blue #8EE5FC

Tints of Columbia Blue #8EE5FC

Color information

#8EE5FC (or 0x8EE5FC) is unknown color: approx Columbia Blue. HEX triplet: 8E, E5 and FC. RGB value is (142,229,252). Sum of RGB (Red+Green+Blue) = 142+229+252=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE5FC is #711A03. Grayscale: #CDCDCD. Windows color (decimal): -7412228 or 16573838. OLE color: 16573838.

HSL color Cylindrical-coordinate representation of color #8EE5FC: hue angle of 192.55º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EE5FC is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142229252-
CMYK0.440.0900.01
HSL192.55º94.83%77.25%-
HSV(B)192.55º43.65%98.82%-
XYZ56.7568.82102.39-
YUV205.61154.1882.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.79%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=22.79%
G=36.76%
B=40.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422292520.440.0900.01192.5594.8377.25
Hex8EE5FC2C901c15f4d
Octal216345374541101301137115
Binary1000111011100101111111001011001001011100000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,229,252); }

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

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

 a { background-color: rgb(142,229,252); }

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

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

 span { border-color: rgb(142,229,252); }

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