#8EE8FF

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

Shades of Columbia Blue #8EE8FF

Tints of Columbia Blue #8EE8FF

Color information

#8EE8FF (or 0x8EE8FF) is unknown color: approx Columbia Blue. HEX triplet: 8E, E8 and FF. RGB value is (142,232,255). Sum of RGB (Red+Green+Blue) = 142+232+255=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8FF is #711700. Grayscale: #CFCFCF. Windows color (decimal): -7411457 or 16771214. OLE color: 16771214.

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

Color convert

RGB142232255-
CMYK0.440.0900
HSL192.21º100%77.84%-
HSV(B)192.21º44.31%100%-
XYZ58.0670.68105.19-
YUV207.71154.6881.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.58%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 255 (100% from 255) = 40.54%
R=22.58%
G=36.88%
B=40.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422322550.440.0900192.2110077.84
Hex8EE8FF2C900c0644e
Octal216350377541100300144116
Binary1000111011101000111111111011001001001100000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,232,255); }

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

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

 a { background-color: rgb(142,232,255); }

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

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

 span { border-color: rgb(142,232,255); }

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