Html Css Color HEX #83FCFC Electric Blue

📋 copy color: '#83FCFC'

red 131 ◦ green 252 ◦ blue 252

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

Shades of Electric Blue #83FCFC

Tints of Electric Blue #83FCFC

RGB

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

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

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

R = 20.63%
G = 39.69%
B = 39.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83FCFC (or 0x83FCFC) is known color: Electric Blue. HEX triplet: 83, FC and FC. RGB value is (131,252,252). Sum of RGB (Red+Green+Blue) = 131+252+252=635 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.63% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #83FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FCFC is #7C0303. Grayscale: #D7D7D7. Windows color (decimal): -8127236 or 16579715. OLE color: 16579715.

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

Color convert

RGB 131 252 252 -
CMYK 0.48 0 0 0.01
HSL 180º 0.95% 0.75% -
HSV(B) 180º 0.48% 0.99% -
XYZ 61.74 81.47 104.57 -
YUV 215.82 148.41 67.5 -
System Red Green Blue C M Y K H S L
Decimal 131 252 252 0.48 0 0 0.01 180 0.95 0.75
Hex 83 FC FC 30 0 0 1 B4 5F 4B
Octal 203 374 374 60 0 0 1 264 137 113
Binary 10000011 11111100 11111100 110000 0 0 1 10110100 1011111 1001011

Color Harmonies of #83FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FCFC

Black with #83FCFC

Text Example


Text Example

White with #83FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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