Html Css Color HEX #8EEFFB Electric Blue

📋 copy color: '#8EEFFB'

red 142 ◦ green 239 ◦ blue 251

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

Shades of Electric Blue #8EEFFB

Tints of Electric Blue #8EEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.82%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 22.47%
G = 37.82%
B = 39.72%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8EEFFB (or 0x8EEFFB) is known color: Electric Blue. HEX triplet: 8E, EF and FB. RGB value is (142,239,251). Sum of RGB (Red+Green+Blue) = 142+239+251=632 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.47% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEFFB is #711004. Grayscale: #D3D3D3. Windows color (decimal): -7409669 or 16510862. OLE color: 16510862.

HSL color Cylindrical-coordinate representation of color #8EEFFB: hue angle of 186.61º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EEFFB is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 239 251 -
CMYK 0.43 0.05 0 0.02
HSL 186.61º 0.93% 0.77% -
HSV(B) 186.61º 0.43% 0.98% -
XYZ 59.43 74.45 102.5 -
YUV 211.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 142 239 251 0.43 0.05 0 0.02 186.61 0.93 0.77
Hex 8E EF FB 2B 5 0 2 BB 5D 4D
Octal 216 357 373 53 5 0 2 273 135 115
Binary 10001110 11101111 11111011 101011 101 0 10 10111011 1011101 1001101

Color Harmonies of #8EEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEFFB

Black with #8EEFFB

Text Example


Text Example

White with #8EEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,239,251); }

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

background-color css

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

 a { background-color: rgb(142,239,251); }

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

border-color css

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

 span { border-color: rgb(142,239,251); }

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