Html Css Color HEX #88FCF2 Electric Blue

📋 copy color: '#88FCF2'

red 136 ◦ green 252 ◦ blue 242

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

Shades of Electric Blue #88FCF2

Tints of Electric Blue #88FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40%

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

R = 21.59%
G = 40%
B = 38.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#88FCF2 (or 0x88FCF2) is known color: Electric Blue. HEX triplet: 88, FC and F2. RGB value is (136,252,242). Sum of RGB (Red+Green+Blue) = 136+252+242=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #88FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FCF2 is #77030D. Grayscale: #D8D8D8. Windows color (decimal): -7799566 or 15924360. OLE color: 15924360.

HSL color Cylindrical-coordinate representation of color #88FCF2: hue angle of 174.83º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FCF2 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 252 242 -
CMYK 0.46 0 0.04 0.01
HSL 174.83º 0.95% 0.76% -
HSV(B) 174.83º 0.46% 0.99% -
XYZ 60.99 81.27 96.48 -
YUV 216.18 142.57 70.81 -
System Red Green Blue C M Y K H S L
Decimal 136 252 242 0.46 0 0.04 0.01 174.83 0.95 0.76
Hex 88 FC F2 2E 0 4 1 AF 5F 4C
Octal 210 374 362 56 0 4 1 257 137 114
Binary 10001000 11111100 11110010 101110 0 100 1 10101111 1011111 1001100

Color Harmonies of #88FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FCF2

Black with #88FCF2

Text Example


Text Example

White with #88FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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