Html Css Color HEX #7BF2FF Electric Blue

📋 copy color: '#7BF2FF'

red 123 ◦ green 242 ◦ blue 255

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

Shades of Electric Blue #7BF2FF

Tints of Electric Blue #7BF2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

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

R = 19.84%
G = 39.03%
B = 41.13%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BF2FF (or 0x7BF2FF) is known color: Electric Blue. HEX triplet: 7B, F2 and FF. RGB value is (123,242,255). Sum of RGB (Red+Green+Blue) = 123+242+255=620 (82% of max value = 765). Red value is 123 (48.44% from 255 or 19.84% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BF2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BF2FF is #840D00. Grayscale: #CFCFCF. Windows color (decimal): -8654081 or 16773755. OLE color: 16773755.

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

Color convert

RGB 123 242 255 -
CMYK 0.52 0.05 0 0
HSL 185.91º 1% 0.74% -
HSV(B) 185.91º 0.52% 1% -
XYZ 57.97 74.94 106.02 -
YUV 207.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 123 242 255 0.52 0.05 0 0 185.91 1 0.74
Hex 7B F2 FF 34 5 0 0 BA 64 4A
Octal 173 362 377 64 5 0 0 272 144 112
Binary 1111011 11110010 11111111 110100 101 0 0 10111010 1100100 1001010

Color Harmonies of #7BF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF2FF

Black with #7BF2FF

Text Example


Text Example

White with #7BF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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