Html Css Color HEX #7BFAFC Electric Blue

📋 copy color: '#7BFAFC'

red 123 ◦ green 250 ◦ blue 252

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

Shades of Electric Blue #7BFAFC

Tints of Electric Blue #7BFAFC

RGB

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

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

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

R = 19.68%
G = 40%
B = 40.32%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BFAFC (or 0x7BFAFC) is known color: Electric Blue. HEX triplet: 7B, FA and FC. RGB value is (123,250,252). Sum of RGB (Red+Green+Blue) = 123+250+252=625 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.68% from 625); Green value is 250 (98.05% from 255 or 40% 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 #7BFAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFAFC is #840503. Grayscale: #D4D4D4. Windows color (decimal): -8652036 or 16579195. OLE color: 16579195.

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

Color convert

RGB 123 250 252 -
CMYK 0.51 0.01 0 0.01
HSL 180.93º 0.96% 0.74% -
HSV(B) 180.93º 0.51% 0.99% -
XYZ 59.92 79.61 104.3 -
YUV 212.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 123 250 252 0.51 0.01 0 0.01 180.93 0.96 0.74
Hex 7B FA FC 33 1 0 1 B5 60 4A
Octal 173 372 374 63 1 0 1 265 140 112
Binary 1111011 11111010 11111100 110011 1 0 1 10110101 1100000 1001010

Color Harmonies of #7BFAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFAFC

Black with #7BFAFC

Text Example


Text Example

White with #7BFAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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