#8EE6FF

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

Shades of Columbia Blue #8EE6FF

Tints of Columbia Blue #8EE6FF

Color information

#8EE6FF (or 0x8EE6FF) is unknown color: approx Columbia Blue. HEX triplet: 8E, E6 and FF. RGB value is (142,230,255). Sum of RGB (Red+Green+Blue) = 142+230+255=627 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.65% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE6FF is #711900. Grayscale: #CECECE. Windows color (decimal): -7411969 or 16770702. OLE color: 16770702.

HSL color Cylindrical-coordinate representation of color #8EE6FF: hue angle of 193.27º 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 #8EE6FF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142230255-
CMYK0.440.1000
HSL193.27º100%77.84%-
HSV(B)193.27º44.31%100%-
XYZ57.569.56105-
YUV206.54155.3581.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.65%
GREEN value IS 230 (90.23% from 255) = 36.68%
BLUE value IS 255 (100% from 255) = 40.67%
R=22.65%
G=36.68%
B=40.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422302550.440.1000193.2710077.84
Hex8EE6FF2CA00c1644e
Octal216346377541200301144116
Binary1000111011100110111111111011001010001100000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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