Html Css Color HEX #87F0FC Electric Blue

📋 copy color: '#87F0FC'

red 135 ◦ green 240 ◦ blue 252

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

Shades of Electric Blue #87F0FC

Tints of Electric Blue #87F0FC

RGB

 RED value IS 135 (53.13% from 255) = 21.53%

 GREEN value IS 240 (94.14% from 255) = 38.28%

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

R = 21.53%
G = 38.28%
B = 40.19%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#87F0FC (or 0x87F0FC) is known color: Electric Blue. HEX triplet: 87, F0 and FC. RGB value is (135,240,252). Sum of RGB (Red+Green+Blue) = 135+240+252=627 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.53% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #87F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F0FC is #780F03. Grayscale: #D1D1D1. Windows color (decimal): -7868164 or 16576647. OLE color: 16576647.

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

Color convert

RGB 135 240 252 -
CMYK 0.46 0.05 0 0.01
HSL 186.15º 0.95% 0.76% -
HSV(B) 186.15º 0.46% 0.99% -
XYZ 58.72 74.5 103.38 -
YUV 209.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 135 240 252 0.46 0.05 0 0.01 186.15 0.95 0.76
Hex 87 F0 FC 2E 5 0 1 BA 5F 4C
Octal 207 360 374 56 5 0 1 272 137 114
Binary 10000111 11110000 11111100 101110 101 0 1 10111010 1011111 1001100

Color Harmonies of #87F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87F0FC

Black with #87F0FC

Text Example


Text Example

White with #87F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87F0FC; }

 p { color: rgb(135,240,252); }

 H1.HeaderClassName
 {
   color: #87F0FC;
 }
 .AnyTagClassName
 {
   color: #87F0FC;
 }
</style>

background-color css

<style>
 a { background-color: #87F0FC; }

 a { background-color: rgb(135,240,252); }

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

border-color css

<style>
 span { border-color: #87F0FC; }

 span { border-color: rgb(135,240,252); }

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