Html Css Color HEX #83FAFA Electric Blue

📋 copy color: '#83FAFA'

red 131 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #83FAFA

Tints of Electric Blue #83FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.62%

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 20.76%
G = 39.62%
B = 39.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83FAFA (or 0x83FAFA) is known color: Electric Blue. HEX triplet: 83, FA and FA. RGB value is (131,250,250). Sum of RGB (Red+Green+Blue) = 131+250+250=631 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.76% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #83FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAFA is #7C0505. Grayscale: #D6D6D6. Windows color (decimal): -8127750 or 16448131. OLE color: 16448131.

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

Color convert

RGB 131 250 250 -
CMYK 0.48 0 0 0.02
HSL 180º 0.92% 0.75% -
HSV(B) 180º 0.48% 0.98% -
XYZ 60.8 80.1 102.7 -
YUV 214.42 148.08 68.5 -
System Red Green Blue C M Y K H S L
Decimal 131 250 250 0.48 0 0 0.02 180 0.92 0.75
Hex 83 FA FA 30 0 0 2 B4 5C 4B
Octal 203 372 372 60 0 0 2 264 134 113
Binary 10000011 11111010 11111010 110000 0 0 10 10110100 1011100 1001011

Color Harmonies of #83FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAFA

Black with #83FAFA

Text Example


Text Example

White with #83FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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