Html Css Color HEX #81ECEB Electric Blue

📋 copy color: '#81ECEB'

red 129 ◦ green 236 ◦ blue 235

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

Shades of Electric Blue #81ECEB

Tints of Electric Blue #81ECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.33%

 BLUE value IS 235 (92.19% from 255) = 39.17%

R = 21.5%
G = 39.33%
B = 39.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#81ECEB (or 0x81ECEB) is known color: Electric Blue. HEX triplet: 81, EC and EB. RGB value is (129,236,235). Sum of RGB (Red+Green+Blue) = 129+236+235=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81ECEB is #7E1314. Grayscale: #CBCBCB. Windows color (decimal): -8262421 or 15461505. OLE color: 15461505.

HSL color Cylindrical-coordinate representation of color #81ECEB: hue angle of 179.44º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ECEB is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 236 235 -
CMYK 0.45 0 0.00 0.07
HSL 179.44º 0.74% 0.72% -
HSV(B) 179.44º 0.45% 0.93% -
XYZ 54.04 70.66 89.39 -
YUV 203.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 129 236 235 0.45 0 0.00 0.07 179.44 0.74 0.72
Hex 81 EC EB 2D 0 0 7 B3 4A 48
Octal 201 354 353 55 0 0 7 263 112 110
Binary 10000001 11101100 11101011 101101 0 0 111 10110011 1001010 1001000

Color Harmonies of #81ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ECEB

Black with #81ECEB

Text Example


Text Example

White with #81ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,236,235); }

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

background-color css

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

 a { background-color: rgb(129,236,235); }

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

border-color css

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

 span { border-color: rgb(129,236,235); }

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