Html Css Color HEX #8EFDEE Electric Blue

📋 copy color: '#8EFDEE'

red 142 ◦ green 253 ◦ blue 238

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

Shades of Electric Blue #8EFDEE

Tints of Electric Blue #8EFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.97%

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

R = 22.43%
G = 39.97%
B = 37.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#8EFDEE (or 0x8EFDEE) is known color: Electric Blue. HEX triplet: 8E, FD and EE. RGB value is (142,253,238). Sum of RGB (Red+Green+Blue) = 142+253+238=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEE is #710211. Grayscale: #DADADA. Windows color (decimal): -7406098 or 15662478. OLE color: 15662478.

HSL color Cylindrical-coordinate representation of color #8EFDEE: hue angle of 171.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDEE is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 253 238 -
CMYK 0.44 0 0.06 0.01
HSL 171.89º 0.97% 0.77% -
HSV(B) 171.89º 0.44% 0.99% -
XYZ 61.71 82.17 93.5 -
YUV 218.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 142 253 238 0.44 0 0.06 0.01 171.89 0.97 0.77
Hex 8E FD EE 2C 0 6 1 AC 61 4D
Octal 216 375 356 54 0 6 1 254 141 115
Binary 10001110 11111101 11101110 101100 0 110 1 10101100 1100001 1001101

Color Harmonies of #8EFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFDEE

Black with #8EFDEE

Text Example


Text Example

White with #8EFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,253,238); }

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

background-color css

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

 a { background-color: rgb(142,253,238); }

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

border-color css

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

 span { border-color: rgb(142,253,238); }

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