Html Css Color HEX #8EEAFE Columbia Blue

📋 copy color: '#8EEAFE'

red 142 ◦ green 234 ◦ blue 254

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

Shades of Columbia Blue #8EEAFE

Tints of Columbia Blue #8EEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.14%

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

R = 22.54%
G = 37.14%
B = 40.32%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8EEAFE (or 0x8EEAFE) is known color: Columbia Blue. HEX triplet: 8E, EA and FE. RGB value is (142,234,254). Sum of RGB (Red+Green+Blue) = 142+234+254=630 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.54% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEAFE is #711501. Grayscale: #D0D0D0. Windows color (decimal): -7410946 or 16706190. OLE color: 16706190.

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

Color convert

RGB 142 234 254 -
CMYK 0.44 0.08 0 0.00
HSL 190.71º 0.98% 0.78% -
HSV(B) 190.71º 0.44% 1% -
XYZ 58.47 71.75 104.53 -
YUV 208.77 153.52 80.37 -
System Red Green Blue C M Y K H S L
Decimal 142 234 254 0.44 0.08 0 0.00 190.71 0.98 0.78
Hex 8E EA FE 2C 8 0 0 BF 62 4E
Octal 216 352 376 54 10 0 0 277 142 116
Binary 10001110 11101010 11111110 101100 1000 0 0 10111111 1100010 1001110

Color Harmonies of #8EEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEAFE

Black with #8EEAFE

Text Example


Text Example

White with #8EEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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