Html Css Color HEX #83F2FC Electric Blue

📋 copy color: '#83F2FC'

red 131 ◦ green 242 ◦ blue 252

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

Shades of Electric Blue #83F2FC

Tints of Electric Blue #83F2FC

RGB

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

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

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

R = 20.96%
G = 38.72%
B = 40.32%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83F2FC (or 0x83F2FC) is known color: Electric Blue. HEX triplet: 83, F2 and FC. RGB value is (131,242,252). Sum of RGB (Red+Green+Blue) = 131+242+252=625 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.96% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #83F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F2FC is #7C0D03. Grayscale: #D1D1D1. Windows color (decimal): -8129796 or 16577155. OLE color: 16577155.

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

Color convert

RGB 131 242 252 -
CMYK 0.48 0.04 0 0.01
HSL 184.96º 0.95% 0.75% -
HSV(B) 184.96º 0.48% 0.99% -
XYZ 58.68 75.36 103.55 -
YUV 209.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 131 242 252 0.48 0.04 0 0.01 184.96 0.95 0.75
Hex 83 F2 FC 30 4 0 1 B9 5F 4B
Octal 203 362 374 60 4 0 1 271 137 113
Binary 10000011 11110010 11111100 110000 100 0 1 10111001 1011111 1001011

Color Harmonies of #83F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F2FC

Black with #83F2FC

Text Example


Text Example

White with #83F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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