Html Css Color HEX #88F2FC Electric Blue

📋 copy color: '#88F2FC'

red 136 ◦ green 242 ◦ blue 252

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

Shades of Electric Blue #88F2FC

Tints of Electric Blue #88F2FC

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#88F2FC (or 0x88F2FC) is known color: Electric Blue. HEX triplet: 88, F2 and FC. RGB value is (136,242,252). Sum of RGB (Red+Green+Blue) = 136+242+252=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #88F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F2FC is #770D03. Grayscale: #D3D3D3. Windows color (decimal): -7802116 or 16577160. OLE color: 16577160.

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

Color convert

RGB 136 242 252 -
CMYK 0.46 0.04 0 0.01
HSL 185.17º 0.95% 0.76% -
HSV(B) 185.17º 0.46% 0.99% -
XYZ 59.48 75.77 103.59 -
YUV 211.45 150.88 74.19 -
System Red Green Blue C M Y K H S L
Decimal 136 242 252 0.46 0.04 0 0.01 185.17 0.95 0.76
Hex 88 F2 FC 2E 4 0 1 B9 5F 4C
Octal 210 362 374 56 4 0 1 271 137 114
Binary 10001000 11110010 11111100 101110 100 0 1 10111001 1011111 1001100

Color Harmonies of #88F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F2FC

Black with #88F2FC

Text Example


Text Example

White with #88F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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