Html Css Color HEX #88FAF2 Electric Blue

📋 copy color: '#88FAF2'

red 136 ◦ green 250 ◦ blue 242

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

Shades of Electric Blue #88FAF2

Tints of Electric Blue #88FAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 21.66%
G = 39.81%
B = 38.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#88FAF2 (or 0x88FAF2) is known color: Electric Blue. HEX triplet: 88, FA and F2. RGB value is (136,250,242). Sum of RGB (Red+Green+Blue) = 136+250+242=628 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.66% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAF2 is #77050D. Grayscale: #D6D6D6. Windows color (decimal): -7800078 or 15923848. OLE color: 15923848.

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

Color convert

RGB 136 250 242 -
CMYK 0.46 0 0.03 0.02
HSL 175.79º 0.92% 0.76% -
HSV(B) 175.79º 0.46% 0.98% -
XYZ 60.37 80.02 96.27 -
YUV 215 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 136 250 242 0.46 0 0.03 0.02 175.79 0.92 0.76
Hex 88 FA F2 2E 0 3 2 B0 5C 4C
Octal 210 372 362 56 0 3 2 260 134 114
Binary 10001000 11111010 11110010 101110 0 11 10 10110000 1011100 1001100

Color Harmonies of #88FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FAF2

Black with #88FAF2

Text Example


Text Example

White with #88FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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