Html Css Color HEX #81EFFF Electric Blue

📋 copy color: '#81EFFF'

red 129 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #81EFFF

Tints of Electric Blue #81EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.36%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 20.71%
G = 38.36%
B = 40.93%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81EFFF (or 0x81EFFF) is known color: Electric Blue. HEX triplet: 81, EF and FF. RGB value is (129,239,255). Sum of RGB (Red+Green+Blue) = 129+239+255=623 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.71% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #81EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EFFF is #7E1000. Grayscale: #CFCFCF. Windows color (decimal): -8261633 or 16772993. OLE color: 16772993.

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

Color convert

RGB 129 239 255 -
CMYK 0.49 0.06 0 0
HSL 187.62º 1% 0.75% -
HSV(B) 187.62º 0.49% 1% -
XYZ 57.97 73.62 105.76 -
YUV 207.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 129 239 255 0.49 0.06 0 0 187.62 1 0.75
Hex 81 EF FF 31 6 0 0 BC 64 4B
Octal 201 357 377 61 6 0 0 274 144 113
Binary 10000001 11101111 11111111 110001 110 0 0 10111100 1100100 1001011

Color Harmonies of #81EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EFFF

Black with #81EFFF

Text Example


Text Example

White with #81EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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