Html Css Color HEX #7BEEFE Electric Blue

📋 copy color: '#7BEEFE'

red 123 ◦ green 238 ◦ blue 254

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

Shades of Electric Blue #7BEEFE

Tints of Electric Blue #7BEEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 20%
G = 38.7%
B = 41.3%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BEEFE (or 0x7BEEFE) is known color: Electric Blue. HEX triplet: 7B, EE and FE. RGB value is (123,238,254). Sum of RGB (Red+Green+Blue) = 123+238+254=615 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEEFE is #841101. Grayscale: #CDCDCD. Windows color (decimal): -8655106 or 16707195. OLE color: 16707195.

HSL color Cylindrical-coordinate representation of color #7BEEFE: hue angle of 187.33º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BEEFE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 238 254 -
CMYK 0.52 0.06 0 0.00
HSL 187.33º 0.98% 0.74% -
HSV(B) 187.33º 0.52% 1% -
XYZ 56.63 72.52 104.78 -
YUV 205.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 123 238 254 0.52 0.06 0 0.00 187.33 0.98 0.74
Hex 7B EE FE 34 6 0 0 BB 62 4A
Octal 173 356 376 64 6 0 0 273 142 112
Binary 1111011 11101110 11111110 110100 110 0 0 10111011 1100010 1001010

Color Harmonies of #7BEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEEFE

Black with #7BEEFE

Text Example


Text Example

White with #7BEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,238,254); }

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

background-color css

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

 a { background-color: rgb(123,238,254); }

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

border-color css

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

 span { border-color: rgb(123,238,254); }

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