Html Css Color HEX #81FAF0 Electric Blue

📋 copy color: '#81FAF0'

red 129 ◦ green 250 ◦ blue 240

#81FAF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #81FAF0

Tints of Electric Blue #81FAF0

RGB

 RED value IS 129 (50.78% from 255) = 20.84%

 GREEN value IS 250 (98.05% from 255) = 40.39%

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 20.84%
G = 40.39%
B = 38.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#81FAF0 (or 0x81FAF0) is known color: Electric Blue. HEX triplet: 81, FA and F0. RGB value is (129,250,240). Sum of RGB (Red+Green+Blue) = 129+250+240=619 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.84% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FAF0 is #7E050F. Grayscale: #D4D4D4. Windows color (decimal): -8258832 or 15792769. OLE color: 15792769.

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

Color convert

RGB 129 250 240 -
CMYK 0.48 0 0.04 0.02
HSL 175.04º 0.92% 0.74% -
HSV(B) 175.04º 0.48% 0.98% -
XYZ 58.97 79.33 94.64 -
YUV 212.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 129 250 240 0.48 0 0.04 0.02 175.04 0.92 0.74
Hex 81 FA F0 30 0 4 2 AF 5C 4A
Octal 201 372 360 60 0 4 2 257 134 112
Binary 10000001 11111010 11110000 110000 0 100 10 10101111 1011100 1001010

Color Harmonies of #81FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FAF0

Black with #81FAF0

Text Example


Text Example

White with #81FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81FAF0;
 }
 .AnyTagClassName
 {
   color: #81FAF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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