Html Css Color HEX #8EFAFF Electric Blue

📋 copy color: '#8EFAFF'

red 142 ◦ green 250 ◦ blue 255

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

Shades of Electric Blue #8EFAFF

Tints of Electric Blue #8EFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

 BLUE value IS 255 (100% from 255) = 39.41%

R = 21.95%
G = 38.64%
B = 39.41%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EFAFF (or 0x8EFAFF) is known color: Electric Blue. HEX triplet: 8E, FA and FF. RGB value is (142,250,255). Sum of RGB (Red+Green+Blue) = 142+250+255=647 (85% of max value = 765). Red value is 142 (55.86% from 255 or 21.95% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFAFF is #710500. Grayscale: #DADADA. Windows color (decimal): -7406849 or 16775822. OLE color: 16775822.

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

Color convert

RGB 142 250 255 -
CMYK 0.44 0.02 0 0
HSL 182.65º 1% 0.78% -
HSV(B) 182.65º 0.44% 1% -
XYZ 63.39 81.34 106.97 -
YUV 218.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 142 250 255 0.44 0.02 0 0 182.65 1 0.78
Hex 8E FA FF 2C 2 0 0 B7 64 4E
Octal 216 372 377 54 2 0 0 267 144 116
Binary 10001110 11111010 11111111 101100 10 0 0 10110111 1100100 1001110

Color Harmonies of #8EFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFAFF

Black with #8EFAFF

Text Example


Text Example

White with #8EFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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