Html Css Color HEX #83FCF0 Electric Blue

📋 copy color: '#83FCF0'

red 131 ◦ green 252 ◦ blue 240

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

Shades of Electric Blue #83FCF0

Tints of Electric Blue #83FCF0

RGB

 RED value IS 131 (51.56% from 255) = 21.03%

 GREEN value IS 252 (98.83% from 255) = 40.45%

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 21.03%
G = 40.45%
B = 38.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#83FCF0 (or 0x83FCF0) is known color: Electric Blue. HEX triplet: 83, FC and F0. RGB value is (131,252,240). Sum of RGB (Red+Green+Blue) = 131+252+240=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FCF0 is #7C030F. Grayscale: #D6D6D6. Windows color (decimal): -8127248 or 15793283. OLE color: 15793283.

HSL color Cylindrical-coordinate representation of color #83FCF0: hue angle of 174.05º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FCF0 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 252 240 -
CMYK 0.48 0 0.05 0.01
HSL 174.05º 0.95% 0.75% -
HSV(B) 174.05º 0.48% 0.99% -
XYZ 59.9 80.74 94.86 -
YUV 214.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 131 252 240 0.48 0 0.05 0.01 174.05 0.95 0.75
Hex 83 FC F0 30 0 5 1 AE 5F 4B
Octal 203 374 360 60 0 5 1 256 137 113
Binary 10000011 11111100 11110000 110000 0 101 1 10101110 1011111 1001011

Color Harmonies of #83FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FCF0

Black with #83FCF0

Text Example


Text Example

White with #83FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83FCF0; }

 p { color: rgb(131,252,240); }

 H1.HeaderClassName
 {
   color: #83FCF0;
 }
 .AnyTagClassName
 {
   color: #83FCF0;
 }
</style>

background-color css

<style>
 a { background-color: #83FCF0; }

 a { background-color: rgb(131,252,240); }

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

border-color css

<style>
 span { border-color: #83FCF0; }

 span { border-color: rgb(131,252,240); }

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