Html Css Color HEX #88FAF6 Electric Blue

📋 copy color: '#88FAF6'

red 136 ◦ green 250 ◦ blue 246

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

Shades of Electric Blue #88FAF6

Tints of Electric Blue #88FAF6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.56%

 BLUE value IS 246 (96.48% from 255) = 38.92%

R = 21.52%
G = 39.56%
B = 38.92%

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

#88FAF6 (or 0x88FAF6) is known color: Electric Blue. HEX triplet: 88, FA and F6. RGB value is (136,250,246). Sum of RGB (Red+Green+Blue) = 136+250+246=632 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.52% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAF6 is #770509. Grayscale: #D7D7D7. Windows color (decimal): -7800074 or 16185992. OLE color: 16185992.

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

Color convert

RGB 136 250 246 -
CMYK 0.46 0 0.02 0.02
HSL 177.89º 0.92% 0.76% -
HSV(B) 177.89º 0.46% 0.98% -
XYZ 60.97 80.26 99.47 -
YUV 215.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 136 250 246 0.46 0 0.02 0.02 177.89 0.92 0.76
Hex 88 FA F6 2E 0 2 2 B2 5C 4C
Octal 210 372 366 56 0 2 2 262 134 114
Binary 10001000 11111010 11110110 101110 0 10 10 10110010 1011100 1001100

Color Harmonies of #88FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FAF6

Black with #88FAF6

Text Example


Text Example

White with #88FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,250,246); }

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

background-color css

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

 a { background-color: rgb(136,250,246); }

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

border-color css

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

 span { border-color: rgb(136,250,246); }

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