Html Css Color HEX #7BF9FF Electric Blue

📋 copy color: '#7BF9FF'

red 123 ◦ green 249 ◦ blue 255

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

Shades of Electric Blue #7BF9FF

Tints of Electric Blue #7BF9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.71%

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

R = 19.62%
G = 39.71%
B = 40.67%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BF9FF (or 0x7BF9FF) is known color: Electric Blue. HEX triplet: 7B, F9 and FF. RGB value is (123,249,255). Sum of RGB (Red+Green+Blue) = 123+249+255=627 (83% of max value = 765). Red value is 123 (48.44% from 255 or 19.62% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BF9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF9FF is #840600. Grayscale: #D3D3D3. Windows color (decimal): -8652289 or 16775547. OLE color: 16775547.

HSL color Cylindrical-coordinate representation of color #7BF9FF: hue angle of 182.73º 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 #7BF9FF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 249 255 -
CMYK 0.52 0.02 0 0
HSL 182.73º 1% 0.74% -
HSV(B) 182.73º 0.52% 1% -
XYZ 60.09 79.18 106.72 -
YUV 212.01 152.26 64.51 -
System Red Green Blue C M Y K H S L
Decimal 123 249 255 0.52 0.02 0 0 182.73 1 0.74
Hex 7B F9 FF 34 2 0 0 B7 64 4A
Octal 173 371 377 64 2 0 0 267 144 112
Binary 1111011 11111001 11111111 110100 10 0 0 10110111 1100100 1001010

Color Harmonies of #7BF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF9FF

Black with #7BF9FF

Text Example


Text Example

White with #7BF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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