Html Css Color HEX #88F9ED Electric Blue

📋 copy color: '#88F9ED'

red 136 ◦ green 249 ◦ blue 237

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

Shades of Electric Blue #88F9ED

Tints of Electric Blue #88F9ED

RGB

 RED value IS 136 (53.52% from 255) = 21.86%

 GREEN value IS 249 (97.66% from 255) = 40.03%

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 21.86%
G = 40.03%
B = 38.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#88F9ED (or 0x88F9ED) is known color: Electric Blue. HEX triplet: 88, F9 and ED. RGB value is (136,249,237). Sum of RGB (Red+Green+Blue) = 136+249+237=622 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.86% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #88F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F9ED is #770612. Grayscale: #D5D5D5. Windows color (decimal): -7800339 or 15595912. OLE color: 15595912.

HSL color Cylindrical-coordinate representation of color #88F9ED: hue angle of 173.63º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F9ED is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 249 237 -
CMYK 0.45 0 0.05 0.02
HSL 173.63º 0.9% 0.75% -
HSV(B) 173.63º 0.45% 0.98% -
XYZ 59.32 79.1 92.26 -
YUV 213.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 136 249 237 0.45 0 0.05 0.02 173.63 0.9 0.75
Hex 88 F9 ED 2D 0 5 2 AE 5A 4B
Octal 210 371 355 55 0 5 2 256 132 113
Binary 10001000 11111001 11101101 101101 0 101 10 10101110 1011010 1001011

Color Harmonies of #88F9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F9ED

Black with #88F9ED

Text Example


Text Example

White with #88F9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88F9ED; }

 p { color: rgb(136,249,237); }

 H1.HeaderClassName
 {
   color: #88F9ED;
 }
 .AnyTagClassName
 {
   color: #88F9ED;
 }
</style>

background-color css

<style>
 a { background-color: #88F9ED; }

 a { background-color: rgb(136,249,237); }

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

border-color css

<style>
 span { border-color: #88F9ED; }

 span { border-color: rgb(136,249,237); }

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