Html Css Color HEX #81EFEE Electric Blue

📋 copy color: '#81EFEE'

red 129 ◦ green 239 ◦ blue 238

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

Shades of Electric Blue #81EFEE

Tints of Electric Blue #81EFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.27%

R = 21.29%
G = 39.44%
B = 39.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#81EFEE (or 0x81EFEE) is known color: Electric Blue. HEX triplet: 81, EF and EE. RGB value is (129,239,238). Sum of RGB (Red+Green+Blue) = 129+239+238=606 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.29% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #81EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EFEE is #7E1011. Grayscale: #CDCDCD. Windows color (decimal): -8261650 or 15658881. OLE color: 15658881.

HSL color Cylindrical-coordinate representation of color #81EFEE: hue angle of 179.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EFEE is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 239 238 -
CMYK 0.46 0 0.00 0.06
HSL 179.45º 0.77% 0.72% -
HSV(B) 179.45º 0.46% 0.94% -
XYZ 55.35 72.57 91.98 -
YUV 206 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 129 239 238 0.46 0 0.00 0.06 179.45 0.77 0.72
Hex 81 EF EE 2E 0 0 6 B3 4D 48
Octal 201 357 356 56 0 0 6 263 115 110
Binary 10000001 11101111 11101110 101110 0 0 110 10110011 1001101 1001000

Color Harmonies of #81EFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EFEE

Black with #81EFEE

Text Example


Text Example

White with #81EFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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