Html Css Color HEX #81F5FD Electric Blue

📋 copy color: '#81F5FD'

red 129 ◦ green 245 ◦ blue 253

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

Shades of Electric Blue #81F5FD

Tints of Electric Blue #81F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.07%

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

R = 20.57%
G = 39.07%
B = 40.35%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81F5FD (or 0x81F5FD) is known color: Electric Blue. HEX triplet: 81, F5 and FD. RGB value is (129,245,253). Sum of RGB (Red+Green+Blue) = 129+245+253=627 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.57% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #81F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81F5FD is #7E0A02. Grayscale: #D3D3D3. Windows color (decimal): -8260099 or 16643457. OLE color: 16643457.

HSL color Cylindrical-coordinate representation of color #81F5FD: hue angle of 183.87º 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 #81F5FD is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 245 253 -
CMYK 0.49 0.03 0 0.01
HSL 183.87º 0.97% 0.75% -
HSV(B) 183.87º 0.49% 0.99% -
XYZ 59.44 77.06 104.67 -
YUV 211.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 129 245 253 0.49 0.03 0 0.01 183.87 0.97 0.75
Hex 81 F5 FD 31 3 0 1 B8 61 4B
Octal 201 365 375 61 3 0 1 270 141 113
Binary 10000001 11110101 11111101 110001 11 0 1 10111000 1100001 1001011

Color Harmonies of #81F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81F5FD

Black with #81F5FD

Text Example


Text Example

White with #81F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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