Html Css Color HEX #8EE6FE Columbia Blue

📋 copy color: '#8EE6FE'

red 142 ◦ green 230 ◦ blue 254

#8EE6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #8EE6FE

Tints of Columbia Blue #8EE6FE

RGB

 RED value IS 142 (55.86% from 255) = 22.68%

 GREEN value IS 230 (90.23% from 255) = 36.74%

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 22.68%
G = 36.74%
B = 40.58%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8EE6FE (or 0x8EE6FE) is known color: Columbia Blue. HEX triplet: 8E, E6 and FE. RGB value is (142,230,254). Sum of RGB (Red+Green+Blue) = 142+230+254=626 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.68% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE6FE is #711901. Grayscale: #CECECE. Windows color (decimal): -7411970 or 16705166. OLE color: 16705166.

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

Color convert

RGB 142 230 254 -
CMYK 0.44 0.09 0 0.00
HSL 192.86º 0.98% 0.78% -
HSV(B) 192.86º 0.44% 1% -
XYZ 57.34 69.5 104.16 -
YUV 206.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 142 230 254 0.44 0.09 0 0.00 192.86 0.98 0.78
Hex 8E E6 FE 2C 9 0 0 C1 62 4E
Octal 216 346 376 54 11 0 0 301 142 116
Binary 10001110 11100110 11111110 101100 1001 0 0 11000001 1100010 1001110

Color Harmonies of #8EE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE6FE

Black with #8EE6FE

Text Example


Text Example

White with #8EE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EE6FE;
 }
 .AnyTagClassName
 {
   color: #8EE6FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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