Html Css Color HEX #88F2FE Electric Blue

📋 copy color: '#88F2FE'

red 136 ◦ green 242 ◦ blue 254

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

Shades of Electric Blue #88F2FE

Tints of Electric Blue #88F2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.29%

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

R = 21.52%
G = 38.29%
B = 40.19%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#88F2FE (or 0x88F2FE) is known color: Electric Blue. HEX triplet: 88, F2 and FE. RGB value is (136,242,254). Sum of RGB (Red+Green+Blue) = 136+242+254=632 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.52% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #88F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F2FE is #770D01. Grayscale: #D3D3D3. Windows color (decimal): -7802114 or 16708232. OLE color: 16708232.

HSL color Cylindrical-coordinate representation of color #88F2FE: hue angle of 186.1º 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 #88F2FE is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 242 254 -
CMYK 0.46 0.05 0 0.00
HSL 186.1º 0.98% 0.76% -
HSV(B) 186.1º 0.46% 1% -
XYZ 59.79 75.89 105.26 -
YUV 211.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 136 242 254 0.46 0.05 0 0.00 186.1 0.98 0.76
Hex 88 F2 FE 2E 5 0 0 BA 62 4C
Octal 210 362 376 56 5 0 0 272 142 114
Binary 10001000 11110010 11111110 101110 101 0 0 10111010 1100010 1001100

Color Harmonies of #88F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F2FE

Black with #88F2FE

Text Example


Text Example

White with #88F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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