#81EAF0

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

Shades of Electric Blue #81EAF0

Tints of Electric Blue #81EAF0

Color information

#81EAF0 (or 0x81EAF0) is unknown color: approx Electric Blue. HEX triplet: 81, EA and F0. RGB value is (129,234,240). Sum of RGB (Red+Green+Blue) = 129+234+240=603 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.39% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #81EAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EAF0 is #7E150F. Grayscale: #CBCBCB. Windows color (decimal): -8262928 or 15788673. OLE color: 15788673.

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

Color convert

RGB129234240-
CMYK0.460.0200.06
HSL183.24º78.72%72.35%-
HSV(B)183.24º46.25%94.12%-
XYZ54.269.893.05-
YUV203.29148.7175.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.39%
GREEN value IS 234 (91.80% from 255) = 38.81%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=21.39%
G=38.81%
B=39.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292342400.460.0200.06183.2478.7272.35
Hex81EAF02E206b74f48
Octal20135236056206267117110
Binary1000000111101010111100001011101001101011011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,234,240); }

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

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

 a { background-color: rgb(129,234,240); }

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

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

 span { border-color: rgb(129,234,240); }

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