#8EEBFE

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

Shades of Columbia Blue #8EEBFE

Tints of Columbia Blue #8EEBFE

Color information

#8EEBFE (or 0x8EEBFE) is unknown color: approx Columbia Blue. HEX triplet: 8E, EB and FE. RGB value is (142,235,254). Sum of RGB (Red+Green+Blue) = 142+235+254=631 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.50% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBFE is #711401. Grayscale: #D1D1D1. Windows color (decimal): -7410690 or 16706446. OLE color: 16706446.

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

Color convert

RGB142235254-
CMYK0.440.0700.00
HSL190.18º98.25%77.65%-
HSV(B)190.18º44.09%99.61%-
XYZ58.7572.32104.63-
YUV209.36153.1979.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.50%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=22.50%
G=37.24%
B=40.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1422352540.440.0700.00190.1898.2577.65
Hex8EEBFE2C700be624e
Octal21635337654700276142116
Binary100011101110101111111110101100111001011111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,235,254); }

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

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

 a { background-color: rgb(142,235,254); }

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

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

 span { border-color: rgb(142,235,254); }

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