Html Css Color HEX #88FDF1 Electric Blue

📋 copy color: '#88FDF1'

red 136 ◦ green 253 ◦ blue 241

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

Shades of Electric Blue #88FDF1

Tints of Electric Blue #88FDF1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.16%

 BLUE value IS 241 (94.53% from 255) = 38.25%

R = 21.59%
G = 40.16%
B = 38.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#88FDF1 (or 0x88FDF1) is known color: Electric Blue. HEX triplet: 88, FD and F1. RGB value is (136,253,241). Sum of RGB (Red+Green+Blue) = 136+253+241=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FDF1 is #77020E. Grayscale: #D8D8D8. Windows color (decimal): -7799311 or 15859080. OLE color: 15859080.

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

Color convert

RGB 136 253 241 -
CMYK 0.46 0 0.05 0.01
HSL 173.85º 0.97% 0.76% -
HSV(B) 173.85º 0.46% 0.99% -
XYZ 61.16 81.84 95.79 -
YUV 216.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 136 253 241 0.46 0 0.05 0.01 173.85 0.97 0.76
Hex 88 FD F1 2E 0 5 1 AE 61 4C
Octal 210 375 361 56 0 5 1 256 141 114
Binary 10001000 11111101 11110001 101110 0 101 1 10101110 1100001 1001100

Color Harmonies of #88FDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88FDF1

Black with #88FDF1

Text Example


Text Example

White with #88FDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,253,241); }

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

background-color css

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

 a { background-color: rgb(136,253,241); }

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

border-color css

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

 span { border-color: rgb(136,253,241); }

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