Html Css Color HEX #88EFFF Electric Blue

📋 copy color: '#88EFFF'

red 136 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #88EFFF

Tints of Electric Blue #88EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.94%

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

R = 21.59%
G = 37.94%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88EFFF (or 0x88EFFF) is known color: Electric Blue. HEX triplet: 88, EF and FF. RGB value is (136,239,255). Sum of RGB (Red+Green+Blue) = 136+239+255=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #88EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EFFF is #771000. Grayscale: #D1D1D1. Windows color (decimal): -7802881 or 16773000. OLE color: 16773000.

HSL color Cylindrical-coordinate representation of color #88EFFF: hue angle of 188.07º 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 #88EFFF is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 239 255 -
CMYK 0.47 0.06 0 0
HSL 188.07º 1% 0.77% -
HSV(B) 188.07º 0.47% 1% -
XYZ 59.07 74.19 105.81 -
YUV 210.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 136 239 255 0.47 0.06 0 0 188.07 1 0.77
Hex 88 EF FF 2F 6 0 0 BC 64 4D
Octal 210 357 377 57 6 0 0 274 144 115
Binary 10001000 11101111 11111111 101111 110 0 0 10111100 1100100 1001101

Color Harmonies of #88EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EFFF

Black with #88EFFF

Text Example


Text Example

White with #88EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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