#81EFFF

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

Shades of Electric Blue #81EFFF

Tints of Electric Blue #81EFFF

Color information

#81EFFF (or 0x81EFFF) is unknown color: approx Electric Blue. HEX triplet: 81, EF and FF. RGB value is (129,239,255). Sum of RGB (Red+Green+Blue) = 129+239+255=623 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.71% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #81EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EFFF is #7E1000. Grayscale: #CFCFCF. Windows color (decimal): -8261633 or 16772993. OLE color: 16772993.

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

Color convert

RGB129239255-
CMYK0.490.0600
HSL187.62º100%75.29%-
HSV(B)187.62º49.41%100%-
XYZ57.9773.62105.76-
YUV207.93154.5671.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.71%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 255 (100% from 255) = 40.93%
R=20.71%
G=38.36%
B=40.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292392550.490.0600187.6210075.29
Hex81EFFF31600bc644b
Octal20135737761600274144113
Binary100000011110111111111111110001110001011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,239,255); }

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

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

 a { background-color: rgb(129,239,255); }

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

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

 span { border-color: rgb(129,239,255); }

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