Html Css Color HEX #7BF6FD Electric Blue

📋 copy color: '#7BF6FD'

red 123 ◦ green 246 ◦ blue 253

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

Shades of Electric Blue #7BF6FD

Tints of Electric Blue #7BF6FD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.55%

 BLUE value IS 253 (99.22% from 255) = 40.68%

R = 19.77%
G = 39.55%
B = 40.68%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BF6FD (or 0x7BF6FD) is known color: Electric Blue. HEX triplet: 7B, F6 and FD. RGB value is (123,246,253). Sum of RGB (Red+Green+Blue) = 123+246+253=622 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.77% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BF6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF6FD is #840902. Grayscale: #D1D1D1. Windows color (decimal): -8653059 or 16643707. OLE color: 16643707.

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

Color convert

RGB 123 246 253 -
CMYK 0.51 0.03 0 0.01
HSL 183.23º 0.97% 0.74% -
HSV(B) 183.23º 0.51% 0.99% -
XYZ 58.85 77.21 104.73 -
YUV 210.02 152.25 65.93 -
System Red Green Blue C M Y K H S L
Decimal 123 246 253 0.51 0.03 0 0.01 183.23 0.97 0.74
Hex 7B F6 FD 33 3 0 1 B7 61 4A
Octal 173 366 375 63 3 0 1 267 141 112
Binary 1111011 11110110 11111101 110011 11 0 1 10110111 1100001 1001010

Color Harmonies of #7BF6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF6FD

Black with #7BF6FD

Text Example


Text Example

White with #7BF6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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