Html Css Color HEX #7BEDED Electric Blue

📋 copy color: '#7BEDED'

red 123 ◦ green 237 ◦ blue 237

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

Shades of Electric Blue #7BEDED

Tints of Electric Blue #7BEDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.7%

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 20.6%
G = 39.7%
B = 39.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BEDED (or 0x7BEDED) is known color: Electric Blue. HEX triplet: 7B, ED and ED. RGB value is (123,237,237). Sum of RGB (Red+Green+Blue) = 123+237+237=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #7BEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEDED is #841212. Grayscale: #CACACA. Windows color (decimal): -8655379 or 15592827. OLE color: 15592827.

HSL color Cylindrical-coordinate representation of color #7BEDED: hue angle of 180º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEDED is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 237 237 -
CMYK 0.48 0 0 0.07
HSL 180º 0.76% 0.71% -
HSV(B) 180º 0.48% 0.93% -
XYZ 53.74 70.89 90.97 -
YUV 202.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 123 237 237 0.48 0 0 0.07 180 0.76 0.71
Hex 7B ED ED 30 0 0 7 B4 4C 47
Octal 173 355 355 60 0 0 7 264 114 107
Binary 1111011 11101101 11101101 110000 0 0 111 10110100 1001100 1000111

Color Harmonies of #7BEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDED

Black with #7BEDED

Text Example


Text Example

White with #7BEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,237,237); }

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

background-color css

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

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

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

border-color css

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

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

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