#81FBF7

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

Shades of Electric Blue #81FBF7

Tints of Electric Blue #81FBF7

Color information

#81FBF7 (or 0x81FBF7) is unknown color: approx Electric Blue. HEX triplet: 81, FB and F7. RGB value is (129,251,247). Sum of RGB (Red+Green+Blue) = 129+251+247=627 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.57% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #81FBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FBF7 is #7E0408. Grayscale: #D5D5D5. Windows color (decimal): -8258569 or 16251777. OLE color: 16251777.

HSL color Cylindrical-coordinate representation of color #81FBF7: hue angle of 178.03º 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 #81FBF7 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB129251247-
CMYK0.4900.020.02
HSL178.03º93.85%74.51%-
HSV(B)178.03º48.61%98.43%-
XYZ60.3480.38100.33-
YUV214.07146.5867.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.57%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 247 (96.88% from 255) = 39.39%
R=20.57%
G=40.03%
B=39.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292512470.4900.020.02178.0393.8574.51
Hex81FBF731022b25e4b
Octal20137336761022262136113
Binary100000011111101111110111110001010101011001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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