Html Css Color HEX #8FFFEE Electric Blue

📋 copy color: '#8FFFEE'

red 143 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #8FFFEE

Tints of Electric Blue #8FFFEE

RGB

 RED value IS 143 (56.25% from 255) = 22.48%

 GREEN value IS 255 (100% from 255) = 40.09%

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 22.48%
G = 40.09%
B = 37.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#8FFFEE (or 0x8FFFEE) is known color: Electric Blue. HEX triplet: 8F, FF and EE. RGB value is (143,255,238). Sum of RGB (Red+Green+Blue) = 143+255+238=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFEE is #700011. Grayscale: #DBDBDB. Windows color (decimal): -7340050 or 15662991. OLE color: 15662991.

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

Color convert

RGB 143 255 238 -
CMYK 0.44 0 0.07 0
HSL 170.89º 1% 0.78% -
HSV(B) 170.89º 0.44% 1% -
XYZ 62.52 83.53 93.72 -
YUV 219.57 138.39 73.38 -
System Red Green Blue C M Y K H S L
Decimal 143 255 238 0.44 0 0.07 0 170.89 1 0.78
Hex 8F FF EE 2C 0 7 0 AB 64 4E
Octal 217 377 356 54 0 7 0 253 144 116
Binary 10001111 11111111 11101110 101100 0 111 0 10101011 1100100 1001110

Color Harmonies of #8FFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFFEE

Black with #8FFFEE

Text Example


Text Example

White with #8FFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,255,238); }

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

background-color css

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

 a { background-color: rgb(143,255,238); }

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

border-color css

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

 span { border-color: rgb(143,255,238); }

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