Html Css Color HEX #81EBF2 Electric Blue

📋 copy color: '#81EBF2'

red 129 ◦ green 235 ◦ blue 242

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

Shades of Electric Blue #81EBF2

Tints of Electric Blue #81EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.78%

 BLUE value IS 242 (94.92% from 255) = 39.93%

R = 21.29%
G = 38.78%
B = 39.93%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81EBF2 (or 0x81EBF2) is known color: Electric Blue. HEX triplet: 81, EB and F2. RGB value is (129,235,242). Sum of RGB (Red+Green+Blue) = 129+235+242=606 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.29% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #81EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EBF2 is #7E140D. Grayscale: #CBCBCB. Windows color (decimal): -8262670 or 15920001. OLE color: 15920001.

HSL color Cylindrical-coordinate representation of color #81EBF2: hue angle of 183.72º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81EBF2 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 235 242 -
CMYK 0.47 0.03 0 0.05
HSL 183.72º 0.81% 0.73% -
HSV(B) 183.72º 0.47% 0.95% -
XYZ 54.79 70.49 94.72 -
YUV 204.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 129 235 242 0.47 0.03 0 0.05 183.72 0.81 0.73
Hex 81 EB F2 2F 3 0 5 B8 51 49
Octal 201 353 362 57 3 0 5 270 121 111
Binary 10000001 11101011 11110010 101111 11 0 101 10111000 1010001 1001001

Color Harmonies of #81EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EBF2

Black with #81EBF2

Text Example


Text Example

White with #81EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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