Html Css Color HEX #88F5FE Electric Blue

📋 copy color: '#88F5FE'

red 136 ◦ green 245 ◦ blue 254

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

Shades of Electric Blue #88F5FE

Tints of Electric Blue #88F5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.58%

 BLUE value IS 254 (99.61% from 255) = 40%

R = 21.42%
G = 38.58%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#88F5FE (or 0x88F5FE) is known color: Electric Blue. HEX triplet: 88, F5 and FE. RGB value is (136,245,254). Sum of RGB (Red+Green+Blue) = 136+245+254=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #88F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F5FE is #770A01. Grayscale: #D5D5D5. Windows color (decimal): -7801346 or 16709000. OLE color: 16709000.

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

Color convert

RGB 136 245 254 -
CMYK 0.46 0.04 0 0.00
HSL 184.58º 0.98% 0.76% -
HSV(B) 184.58º 0.46% 1% -
XYZ 60.7 77.69 105.56 -
YUV 213.44 150.89 72.77 -
System Red Green Blue C M Y K H S L
Decimal 136 245 254 0.46 0.04 0 0.00 184.58 0.98 0.76
Hex 88 F5 FE 2E 4 0 0 B9 62 4C
Octal 210 365 376 56 4 0 0 271 142 114
Binary 10001000 11110101 11111110 101110 100 0 0 10111001 1100010 1001100

Color Harmonies of #88F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F5FE

Black with #88F5FE

Text Example


Text Example

White with #88F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,245,254); }

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

background-color css

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

 a { background-color: rgb(136,245,254); }

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

border-color css

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

 span { border-color: rgb(136,245,254); }

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