Html Css Color HEX #88FAF5 Electric Blue

📋 copy color: '#88FAF5'

red 136 ◦ green 250 ◦ blue 245

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

Shades of Electric Blue #88FAF5

Tints of Electric Blue #88FAF5

RGB

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

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

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

R = 21.55%
G = 39.62%
B = 38.83%

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

#88FAF5 (or 0x88FAF5) is known color: Electric Blue. HEX triplet: 88, FA and F5. RGB value is (136,250,245). Sum of RGB (Red+Green+Blue) = 136+250+245=631 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.55% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAF5 is #77050A. Grayscale: #D7D7D7. Windows color (decimal): -7800075 or 16120456. OLE color: 16120456.

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

Color convert

RGB 136 250 245 -
CMYK 0.46 0 0.02 0.02
HSL 177.37º 0.92% 0.76% -
HSV(B) 177.37º 0.46% 0.98% -
XYZ 60.82 80.2 98.66 -
YUV 215.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 136 250 245 0.46 0 0.02 0.02 177.37 0.92 0.76
Hex 88 FA F5 2E 0 2 2 B1 5C 4C
Octal 210 372 365 56 0 2 2 261 134 114
Binary 10001000 11111010 11110101 101110 0 10 10 10110001 1011100 1001100

Color Harmonies of #88FAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FAF5

Black with #88FAF5

Text Example


Text Example

White with #88FAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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