#87F4FF

Color #87F4FF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #87F4FF

Tints of Electric Blue #87F4FF

Color information

#87F4FF (or 0x87F4FF) is unknown color: approx Electric Blue. HEX triplet: 87, F4 and FF. RGB value is (135,244,255). Sum of RGB (Red+Green+Blue) = 135+244+255=634 (83% of max value = 765). Red value is 135 (53.12% from 255 or 21.29% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #87F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #87F4FF is #780B00. Grayscale: #D4D4D4. Windows color (decimal): -7867137 or 16774279. OLE color: 16774279.

HSL color Cylindrical-coordinate representation of color #87F4FF: hue angle of 185.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87F4FF is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB135244255-
CMYK0.470.0400
HSL185.5º100%76.47%-
HSV(B)185.5º47.06%100%-
XYZ60.3977.07106.3-
YUV212.66151.8972.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.29%
GREEN value IS 244 (95.70% from 255) = 38.49%
BLUE value IS 255 (100% from 255) = 40.22%
R=21.29%
G=38.49%
B=40.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1352442550.470.0400185.510076.47
Hex87F4FF2F400ba644c
Octal20736437757400272144114
Binary100001111111010011111111101111100001011101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,244,255); }

 H1.HeaderClassName
 {
   color: #87F4FF;
 }
 .AnyTagClassName
 {
   color: #87F4FF;
 }
</style>
background-color css

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

 a { background-color: rgb(135,244,255); }

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

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

 span { border-color: rgb(135,244,255); }

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