Html Css Color HEX #81EDF1 Electric Blue

📋 copy color: '#81EDF1'

red 129 ◦ green 237 ◦ blue 241

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

Shades of Electric Blue #81EDF1

Tints of Electric Blue #81EDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.04%

 BLUE value IS 241 (94.53% from 255) = 39.7%

R = 21.25%
G = 39.04%
B = 39.7%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81EDF1 (or 0x81EDF1) is known color: Electric Blue. HEX triplet: 81, ED and F1. RGB value is (129,237,241). Sum of RGB (Red+Green+Blue) = 129+237+241=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #81EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EDF1 is #7E120E. Grayscale: #CDCDCD. Windows color (decimal): -8262159 or 15854977. OLE color: 15854977.

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

Color convert

RGB 129 237 241 -
CMYK 0.46 0.02 0 0.05
HSL 182.14º 0.8% 0.73% -
HSV(B) 182.14º 0.46% 0.95% -
XYZ 55.21 71.59 94.13 -
YUV 205.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 129 237 241 0.46 0.02 0 0.05 182.14 0.8 0.73
Hex 81 ED F1 2E 2 0 5 B6 50 49
Octal 201 355 361 56 2 0 5 266 120 111
Binary 10000001 11101101 11110001 101110 10 0 101 10110110 1010000 1001001

Color Harmonies of #81EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EDF1

Black with #81EDF1

Text Example


Text Example

White with #81EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,237,241); }

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

background-color css

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

 a { background-color: rgb(129,237,241); }

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

border-color css

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

 span { border-color: rgb(129,237,241); }

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