Html Css Color HEX #88FBF7 Electric Blue

📋 copy color: '#88FBF7'

red 136 ◦ green 251 ◦ blue 247

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

Shades of Electric Blue #88FBF7

Tints of Electric Blue #88FBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.96%

R = 21.45%
G = 39.59%
B = 38.96%

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

#88FBF7 (or 0x88FBF7) is known color: Electric Blue. HEX triplet: 88, FB and F7. RGB value is (136,251,247). Sum of RGB (Red+Green+Blue) = 136+251+247=634 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.45% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #88FBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FBF7 is #770408. Grayscale: #D8D8D8. Windows color (decimal): -7799817 or 16251784. OLE color: 16251784.

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

Color convert

RGB 136 251 247 -
CMYK 0.46 0 0.02 0.02
HSL 177.91º 0.93% 0.76% -
HSV(B) 177.91º 0.46% 0.98% -
XYZ 61.44 80.94 100.38 -
YUV 216.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 136 251 247 0.46 0 0.02 0.02 177.91 0.93 0.76
Hex 88 FB F7 2E 0 2 2 B2 5D 4C
Octal 210 373 367 56 0 2 2 262 135 114
Binary 10001000 11111011 11110111 101110 0 10 10 10110010 1011101 1001100

Color Harmonies of #88FBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FBF7

Black with #88FBF7

Text Example


Text Example

White with #88FBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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