Html Css Color HEX #88FAF9 Electric Blue

📋 copy color: '#88FAF9'

red 136 ◦ green 250 ◦ blue 249

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

Shades of Electric Blue #88FAF9

Tints of Electric Blue #88FAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.21%

R = 21.42%
G = 39.37%
B = 39.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#88FAF9 (or 0x88FAF9) is known color: Electric Blue. HEX triplet: 88, FA and F9. RGB value is (136,250,249). Sum of RGB (Red+Green+Blue) = 136+250+249=635 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.42% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAF9 is #770506. Grayscale: #D7D7D7. Windows color (decimal): -7800071 or 16382600. OLE color: 16382600.

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

Color convert

RGB 136 250 249 -
CMYK 0.46 0 0.00 0.02
HSL 179.47º 0.92% 0.76% -
HSV(B) 179.47º 0.46% 0.98% -
XYZ 61.44 80.45 101.91 -
YUV 215.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 136 250 249 0.46 0 0.00 0.02 179.47 0.92 0.76
Hex 88 FA F9 2E 0 0 2 B3 5C 4C
Octal 210 372 371 56 0 0 2 263 134 114
Binary 10001000 11111010 11111001 101110 0 0 10 10110011 1011100 1001100

Color Harmonies of #88FAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FAF9

Black with #88FAF9

Text Example


Text Example

White with #88FAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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