#8EE4FA

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

Shades of Columbia Blue #8EE4FA

Tints of Columbia Blue #8EE4FA

Color information

#8EE4FA (or 0x8EE4FA) is unknown color: approx Columbia Blue. HEX triplet: 8E, E4 and FA. RGB value is (142,228,250). Sum of RGB (Red+Green+Blue) = 142+228+250=620 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.90% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE4FA is #711B05. Grayscale: #CCCCCC. Windows color (decimal): -7412486 or 16442510. OLE color: 16442510.

HSL color Cylindrical-coordinate representation of color #8EE4FA: hue angle of 192.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EE4FA is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142228250-
CMYK0.430.0900.02
HSL192.22º91.53%76.86%-
HSV(B)192.22º43.2%98.04%-
XYZ56.1568.14100.64-
YUV204.79153.5183.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.90%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=22.90%
G=36.77%
B=40.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422282500.430.0900.02192.2291.5376.86
Hex8EE4FA2B902c05c4d
Octal216344372531102300134115
Binary10001110111001001111101010101110010101100000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,228,250); }

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

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

 a { background-color: rgb(142,228,250); }

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

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

 span { border-color: rgb(142,228,250); }

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