#81EBFB

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

Shades of Electric Blue #81EBFB

Tints of Electric Blue #81EBFB

Color information

#81EBFB (or 0x81EBFB) is unknown color: approx Electric Blue. HEX triplet: 81, EB and FB. RGB value is (129,235,251). Sum of RGB (Red+Green+Blue) = 129+235+251=615 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.98% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #81EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EBFB is #7E1404. Grayscale: #CCCCCC. Windows color (decimal): -8262661 or 16509825. OLE color: 16509825.

HSL color Cylindrical-coordinate representation of color #81EBFB: hue angle of 187.87º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81EBFB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129235251-
CMYK0.490.0600.02
HSL187.87º93.85%74.51%-
HSV(B)187.87º48.61%98.43%-
XYZ56.1771.05102.02-
YUV205.13153.8873.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.98%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=20.98%
G=38.21%
B=40.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292352510.490.0600.02187.8793.8574.51
Hex81EBFB31602bc5e4b
Octal20135337361602274136113
Binary1000000111101011111110111100011100101011110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81EBFB; }

 p { color: rgb(129,235,251); }

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

<style>
 a { background-color: #81EBFB; }

 a { background-color: rgb(129,235,251); }

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

<style>
 span { border-color: #81EBFB; }

 span { border-color: rgb(129,235,251); }

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