Html Css Color HEX #88FBED Electric Blue

📋 copy color: '#88FBED'

red 136 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #88FBED

Tints of Electric Blue #88FBED

RGB

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

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

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

R = 21.79%
G = 40.22%
B = 37.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#88FBED (or 0x88FBED) is known color: Electric Blue. HEX triplet: 88, FB and ED. RGB value is (136,251,237). Sum of RGB (Red+Green+Blue) = 136+251+237=624 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.79% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBED is #770412. Grayscale: #D6D6D6. Windows color (decimal): -7799827 or 15596424. OLE color: 15596424.

HSL color Cylindrical-coordinate representation of color #88FBED: hue angle of 172.7º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FBED is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 251 237 -
CMYK 0.46 0 0.06 0.02
HSL 172.7º 0.93% 0.76% -
HSV(B) 172.7º 0.46% 0.98% -
XYZ 59.94 80.34 92.47 -
YUV 215.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 136 251 237 0.46 0 0.06 0.02 172.7 0.93 0.76
Hex 88 FB ED 2E 0 6 2 AD 5D 4C
Octal 210 373 355 56 0 6 2 255 135 114
Binary 10001000 11111011 11101101 101110 0 110 10 10101101 1011101 1001100

Color Harmonies of #88FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FBED

Black with #88FBED

Text Example


Text Example

White with #88FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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