#81FAF4

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

Shades of Electric Blue #81FAF4

Tints of Electric Blue #81FAF4

Color information

#81FAF4 (or 0x81FAF4) is unknown color: approx Electric Blue. HEX triplet: 81, FA and F4. RGB value is (129,250,244). Sum of RGB (Red+Green+Blue) = 129+250+244=623 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.71% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAF4 is #7E050B. Grayscale: #D5D5D5. Windows color (decimal): -8258828 or 16054913. OLE color: 16054913.

HSL color Cylindrical-coordinate representation of color #81FAF4: hue angle of 177.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAF4 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB129250244-
CMYK0.4800.020.02
HSL177.02º92.37%74.31%-
HSV(B)177.02º48.4%98.04%-
XYZ59.5779.5797.81-
YUV213.14145.4167.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 20.71%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=20.71%
G=40.13%
B=39.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292502440.4800.020.02177.0292.3774.31
Hex81FAF430022b15c4a
Octal20137236460022261134112
Binary100000011111101011110100110000010101011000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,250,244); }

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

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

 a { background-color: rgb(129,250,244); }

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

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

 span { border-color: rgb(129,250,244); }

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