Html Css Color HEX #7BFDFC Electric Blue

📋 copy color: '#7BFDFC'

red 123 ◦ green 253 ◦ blue 252

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

Shades of Electric Blue #7BFDFC

Tints of Electric Blue #7BFDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.29%

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

R = 19.59%
G = 40.29%
B = 40.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#7BFDFC (or 0x7BFDFC) is known color: Electric Blue. HEX triplet: 7B, FD and FC. RGB value is (123,253,252). Sum of RGB (Red+Green+Blue) = 123+253+252=628 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.59% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #7BFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BFDFC is #840203. Grayscale: #D5D5D5. Windows color (decimal): -8651268 or 16579963. OLE color: 16579963.

HSL color Cylindrical-coordinate representation of color #7BFDFC: hue angle of 179.54º degrees, saturation: 0.97, 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 #7BFDFC is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 253 252 -
CMYK 0.51 0 0.00 0.01
HSL 179.54º 0.97% 0.74% -
HSV(B) 179.54º 0.51% 0.99% -
XYZ 60.86 81.49 104.62 -
YUV 214.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 123 253 252 0.51 0 0.00 0.01 179.54 0.97 0.74
Hex 7B FD FC 33 0 0 1 B4 61 4A
Octal 173 375 374 63 0 0 1 264 141 112
Binary 1111011 11111101 11111100 110011 0 0 1 10110100 1100001 1001010

Color Harmonies of #7BFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFDFC

Black with #7BFDFC

Text Example


Text Example

White with #7BFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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