Html Css Color HEX #81FBFB Electric Blue

📋 copy color: '#81FBFB'

red 129 ◦ green 251 ◦ blue 251

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

Shades of Electric Blue #81FBFB

Tints of Electric Blue #81FBFB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.78%

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 20.44%
G = 39.78%
B = 39.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81FBFB (or 0x81FBFB) is known color: Electric Blue. HEX triplet: 81, FB and FB. RGB value is (129,251,251). Sum of RGB (Red+Green+Blue) = 129+251+251=631 (83% of max value = 765). Red value is 129 (50.78% from 255 or 20.44% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #81FBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81FBFB is #7E0404. Grayscale: #D6D6D6. Windows color (decimal): -8258565 or 16513921. OLE color: 16513921.

HSL color Cylindrical-coordinate representation of color #81FBFB: hue angle of 180º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81FBFB is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 251 251 -
CMYK 0.49 0 0 0.02
HSL 180º 0.94% 0.75% -
HSV(B) 180º 0.49% 0.98% -
XYZ 60.96 80.63 103.62 -
YUV 214.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 129 251 251 0.49 0 0 0.02 180 0.94 0.75
Hex 81 FB FB 31 0 0 2 B4 5E 4B
Octal 201 373 373 61 0 0 2 264 136 113
Binary 10000001 11111011 11111011 110001 0 0 10 10110100 1011110 1001011

Color Harmonies of #81FBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FBFB

Black with #81FBFB

Text Example


Text Example

White with #81FBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,251,251); }

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

background-color css

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

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

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

border-color css

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

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

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