Html Css Color HEX #81F2FD Electric Blue

📋 copy color: '#81F2FD'

red 129 ◦ green 242 ◦ blue 253

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

Shades of Electric Blue #81F2FD

Tints of Electric Blue #81F2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.78%

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 20.67%
G = 38.78%
B = 40.54%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81F2FD (or 0x81F2FD) is known color: Electric Blue. HEX triplet: 81, F2 and FD. RGB value is (129,242,253). Sum of RGB (Red+Green+Blue) = 129+242+253=624 (82% of max value = 765). Red value is 129 (50.78% from 255 or 20.67% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #81F2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F2FD is #7E0D02. Grayscale: #D1D1D1. Windows color (decimal): -8260867 or 16642689. OLE color: 16642689.

HSL color Cylindrical-coordinate representation of color #81F2FD: hue angle of 185.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81F2FD is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 242 253 -
CMYK 0.49 0.04 0 0.01
HSL 185.32º 0.97% 0.75% -
HSV(B) 185.32º 0.49% 0.99% -
XYZ 58.54 75.26 104.37 -
YUV 209.47 152.56 70.61 -
System Red Green Blue C M Y K H S L
Decimal 129 242 253 0.49 0.04 0 0.01 185.32 0.97 0.75
Hex 81 F2 FD 31 4 0 1 B9 61 4B
Octal 201 362 375 61 4 0 1 271 141 113
Binary 10000001 11110010 11111101 110001 100 0 1 10111001 1100001 1001011

Color Harmonies of #81F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F2FD

Black with #81F2FD

Text Example


Text Example

White with #81F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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