#81F9FF

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

Shades of Electric Blue #81F9FF

Tints of Electric Blue #81F9FF

Color information

#81F9FF (or 0x81F9FF) is unknown color: approx Electric Blue. HEX triplet: 81, F9 and FF. RGB value is (129,249,255). Sum of RGB (Red+Green+Blue) = 129+249+255=633 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.38% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #81F9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F9FF is #7E0600. Grayscale: #D5D5D5. Windows color (decimal): -8259073 or 16775553. OLE color: 16775553.

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

Color convert

RGB129249255-
CMYK0.490.0200
HSL182.86º100%75.29%-
HSV(B)182.86º49.41%100%-
XYZ60.9879.64106.77-
YUV213.8151.2467.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.38%
GREEN value IS 249 (97.66% from 255) = 39.34%
BLUE value IS 255 (100% from 255) = 40.28%
R=20.38%
G=39.34%
B=40.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292492550.490.0200182.8610075.29
Hex81F9FF31200b7644b
Octal20137137761200267144113
Binary10000001111110011111111111000110001011011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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