#81EBFF

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

Shades of Electric Blue #81EBFF

Tints of Electric Blue #81EBFF

Color information

#81EBFF (or 0x81EBFF) is unknown color: approx Electric Blue. HEX triplet: 81, EB and FF. RGB value is (129,235,255). Sum of RGB (Red+Green+Blue) = 129+235+255=619 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.84% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #81EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EBFF is #7E1400. Grayscale: #CDCDCD. Windows color (decimal): -8262657 or 16771969. OLE color: 16771969.

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

Color convert

RGB129235255-
CMYK0.490.0800
HSL189.52º100%75.29%-
HSV(B)189.52º49.41%100%-
XYZ56.8171.3105.38-
YUV205.59155.8873.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.84%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 255 (100% from 255) = 41.20%
R=20.84%
G=37.96%
B=41.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292352550.490.0800189.5210075.29
Hex81EBFF31800be644b
Octal201353377611000276144113
Binary1000000111101011111111111100011000001011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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