Html Css Color HEX #88EDFF Electric Blue

📋 copy color: '#88EDFF'

red 136 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #88EDFF

Tints of Electric Blue #88EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.74%

 BLUE value IS 255 (100% from 255) = 40.61%

R = 21.66%
G = 37.74%
B = 40.61%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88EDFF (or 0x88EDFF) is known color: Electric Blue. HEX triplet: 88, ED and FF. RGB value is (136,237,255). Sum of RGB (Red+Green+Blue) = 136+237+255=628 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.66% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #88EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EDFF is #771200. Grayscale: #D0D0D0. Windows color (decimal): -7803393 or 16772488. OLE color: 16772488.

HSL color Cylindrical-coordinate representation of color #88EDFF: hue angle of 189.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88EDFF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 237 255 -
CMYK 0.47 0.07 0 0
HSL 189.08º 1% 0.77% -
HSV(B) 189.08º 0.47% 1% -
XYZ 58.49 73.02 105.62 -
YUV 208.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 136 237 255 0.47 0.07 0 0 189.08 1 0.77
Hex 88 ED FF 2F 7 0 0 BD 64 4D
Octal 210 355 377 57 7 0 0 275 144 115
Binary 10001000 11101101 11111111 101111 111 0 0 10111101 1100100 1001101

Color Harmonies of #88EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EDFF

Black with #88EDFF

Text Example


Text Example

White with #88EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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