Html Css Color HEX #81EEF9 Electric Blue

📋 copy color: '#81EEF9'

red 129 ◦ green 238 ◦ blue 249

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

Shades of Electric Blue #81EEF9

Tints of Electric Blue #81EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 249 (97.66% from 255) = 40.42%

R = 20.94%
G = 38.64%
B = 40.42%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81EEF9 (or 0x81EEF9) is known color: Electric Blue. HEX triplet: 81, EE and F9. RGB value is (129,238,249). Sum of RGB (Red+Green+Blue) = 129+238+249=616 (81% of max value = 765). Red value is 129 (50.78% from 255 or 20.94% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #81EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EEF9 is #7E1106. Grayscale: #CECECE. Windows color (decimal): -8261895 or 16379521. OLE color: 16379521.

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

Color convert

RGB 129 238 249 -
CMYK 0.48 0.04 0 0.02
HSL 185.5º 0.91% 0.74% -
HSV(B) 185.5º 0.48% 0.98% -
XYZ 56.73 72.66 100.66 -
YUV 206.66 151.89 72.61 -
System Red Green Blue C M Y K H S L
Decimal 129 238 249 0.48 0.04 0 0.02 185.5 0.91 0.74
Hex 81 EE F9 30 4 0 2 BA 5B 4A
Octal 201 356 371 60 4 0 2 272 133 112
Binary 10000001 11101110 11111001 110000 100 0 10 10111010 1011011 1001010

Color Harmonies of #81EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EEF9

Black with #81EEF9

Text Example


Text Example

White with #81EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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