Html Css Color HEX #88FBF5 Electric Blue

📋 copy color: '#88FBF5'

red 136 ◦ green 251 ◦ blue 245

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

Shades of Electric Blue #88FBF5

Tints of Electric Blue #88FBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.77%

R = 21.52%
G = 39.72%
B = 38.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#88FBF5 (or 0x88FBF5) is known color: Electric Blue. HEX triplet: 88, FB and F5. RGB value is (136,251,245). Sum of RGB (Red+Green+Blue) = 136+251+245=632 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.52% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBF5 is #77040A. Grayscale: #D7D7D7. Windows color (decimal): -7799819 or 16120712. OLE color: 16120712.

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

Color convert

RGB 136 251 245 -
CMYK 0.46 0 0.02 0.02
HSL 176.87º 0.93% 0.76% -
HSV(B) 176.87º 0.46% 0.98% -
XYZ 61.13 80.82 98.76 -
YUV 215.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 136 251 245 0.46 0 0.02 0.02 176.87 0.93 0.76
Hex 88 FB F5 2E 0 2 2 B1 5D 4C
Octal 210 373 365 56 0 2 2 261 135 114
Binary 10001000 11111011 11110101 101110 0 10 10 10110001 1011101 1001100

Color Harmonies of #88FBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FBF5

Black with #88FBF5

Text Example


Text Example

White with #88FBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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