Html Css Color HEX #83F0FC Electric Blue

📋 copy color: '#83F0FC'

red 131 ◦ green 240 ◦ blue 252

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

Shades of Electric Blue #83F0FC

Tints of Electric Blue #83F0FC

RGB

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

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

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

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

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #83F0FC: hue angle of 185.95º 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 #83F0FC is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 240 252 -
CMYK 0.48 0.05 0 0.01
HSL 185.95º 0.95% 0.75% -
HSV(B) 185.95º 0.48% 0.99% -
XYZ 58.09 74.17 103.35 -
YUV 208.78 152.39 72.52 -
System Red Green Blue C M Y K H S L
Decimal 131 240 252 0.48 0.05 0 0.01 185.95 0.95 0.75
Hex 83 F0 FC 30 5 0 1 BA 5F 4B
Octal 203 360 374 60 5 0 1 272 137 113
Binary 10000011 11110000 11111100 110000 101 0 1 10111010 1011111 1001011

Color Harmonies of #83F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F0FC

Black with #83F0FC

Text Example


Text Example

White with #83F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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