Html Css Color HEX #8DFBEE Electric Blue

📋 copy color: '#8DFBEE'

red 141 ◦ green 251 ◦ blue 238

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

Shades of Electric Blue #8DFBEE

Tints of Electric Blue #8DFBEE

RGB

 RED value IS 141 (55.47% from 255) = 22.38%

 GREEN value IS 251 (98.44% from 255) = 39.84%

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

R = 22.38%
G = 39.84%
B = 37.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#8DFBEE (or 0x8DFBEE) is known color: Electric Blue. HEX triplet: 8D, FB and EE. RGB value is (141,251,238). Sum of RGB (Red+Green+Blue) = 141+251+238=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBEE is #720411. Grayscale: #D8D8D8. Windows color (decimal): -7472146 or 15661965. OLE color: 15661965.

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

Color convert

RGB 141 251 238 -
CMYK 0.44 0 0.05 0.02
HSL 172.91º 0.93% 0.77% -
HSV(B) 172.91º 0.44% 0.98% -
XYZ 60.91 80.83 93.28 -
YUV 216.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 141 251 238 0.44 0 0.05 0.02 172.91 0.93 0.77
Hex 8D FB EE 2C 0 5 2 AD 5D 4D
Octal 215 373 356 54 0 5 2 255 135 115
Binary 10001101 11111011 11101110 101100 0 101 10 10101101 1011101 1001101

Color Harmonies of #8DFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFBEE

Black with #8DFBEE

Text Example


Text Example

White with #8DFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,251,238); }

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

background-color css

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

 a { background-color: rgb(141,251,238); }

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

border-color css

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

 span { border-color: rgb(141,251,238); }

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