Html Css Color HEX #81EDF6 Electric Blue

📋 copy color: '#81EDF6'

red 129 ◦ green 237 ◦ blue 246

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

Shades of Electric Blue #81EDF6

Tints of Electric Blue #81EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 21.08%
G = 38.73%
B = 40.2%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#81EDF6 (or 0x81EDF6) is known color: Electric Blue. HEX triplet: 81, ED and F6. RGB value is (129,237,246). Sum of RGB (Red+Green+Blue) = 129+237+246=612 (81% of max value = 765). Red value is 129 (50.78% from 255 or 21.08% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #81EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81EDF6 is #7E1209. Grayscale: #CDCDCD. Windows color (decimal): -8262154 or 16182657. OLE color: 16182657.

HSL color Cylindrical-coordinate representation of color #81EDF6: hue angle of 184.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81EDF6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 237 246 -
CMYK 0.48 0.04 0 0.04
HSL 184.62º 0.87% 0.74% -
HSV(B) 184.62º 0.48% 0.96% -
XYZ 55.97 71.89 98.11 -
YUV 205.73 150.72 73.27 -
System Red Green Blue C M Y K H S L
Decimal 129 237 246 0.48 0.04 0 0.04 184.62 0.87 0.74
Hex 81 ED F6 30 4 0 4 B9 57 4A
Octal 201 355 366 60 4 0 4 271 127 112
Binary 10000001 11101101 11110110 110000 100 0 100 10111001 1010111 1001010

Color Harmonies of #81EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81EDF6

Black with #81EDF6

Text Example


Text Example

White with #81EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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