Html Css Color HEX #7BFCFF Electric Blue

📋 copy color: '#7BFCFF'

red 123 ◦ green 252 ◦ blue 255

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

Shades of Electric Blue #7BFCFF

Tints of Electric Blue #7BFCFF

RGB

 RED value IS 123 (48.44% from 255) = 19.52%

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

 BLUE value IS 255 (100% from 255) = 40.48%

R = 19.52%
G = 40%
B = 40.48%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BFCFF (or 0x7BFCFF) is known color: Electric Blue. HEX triplet: 7B, FC and FF. RGB value is (123,252,255). Sum of RGB (Red+Green+Blue) = 123+252+255=630 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.52% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFCFF is #840300. Grayscale: #D5D5D5. Windows color (decimal): -8651521 or 16776315. OLE color: 16776315.

HSL color Cylindrical-coordinate representation of color #7BFCFF: hue angle of 181.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BFCFF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 252 255 -
CMYK 0.52 0.01 0 0
HSL 181.36º 1% 0.74% -
HSV(B) 181.36º 0.52% 1% -
XYZ 61.03 81.05 107.04 -
YUV 213.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 123 252 255 0.52 0.01 0 0 181.36 1 0.74
Hex 7B FC FF 34 1 0 0 B5 64 4A
Octal 173 374 377 64 1 0 0 265 144 112
Binary 1111011 11111100 11111111 110100 1 0 0 10110101 1100100 1001010

Color Harmonies of #7BFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFCFF

Black with #7BFCFF

Text Example


Text Example

White with #7BFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BFCFF; }

 p { color: rgb(123,252,255); }

 H1.HeaderClassName
 {
   color: #7BFCFF;
 }
 .AnyTagClassName
 {
   color: #7BFCFF;
 }
</style>

background-color css

<style>
 a { background-color: #7BFCFF; }

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

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

border-color css

<style>
 span { border-color: #7BFCFF; }

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

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