#81EAFF

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

Shades of Electric Blue #81EAFF

Tints of Electric Blue #81EAFF

Color information

#81EAFF (or 0x81EAFF) is unknown color: approx Electric Blue. HEX triplet: 81, EA and FF. RGB value is (129,234,255). Sum of RGB (Red+Green+Blue) = 129+234+255=618 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.87% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #81EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EAFF is #7E1500. Grayscale: #CCCCCC. Windows color (decimal): -8262913 or 16771713. OLE color: 16771713.

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

Color convert

RGB129234255-
CMYK0.490.0800
HSL190º100%75.29%-
HSV(B)190º49.41%100%-
XYZ56.5370.73105.28-
YUV205156.2173.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.87%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 255 (100% from 255) = 41.26%
R=20.87%
G=37.86%
B=41.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292342550.490.080019010075.29
Hex81EAFF31800be644b
Octal201352377611000276144113
Binary1000000111101010111111111100011000001011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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