Html Css Color HEX #7AEDEB Electric Blue

📋 copy color: '#7AEDEB'

red 122 ◦ green 237 ◦ blue 235

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

Shades of Electric Blue #7AEDEB

Tints of Electric Blue #7AEDEB

RGB

 RED value IS 122 (48.05% from 255) = 20.54%

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

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 20.54%
G = 39.9%
B = 39.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#7AEDEB (or 0x7AEDEB) is known color: Electric Blue. HEX triplet: 7A, ED and EB. RGB value is (122,237,235). Sum of RGB (Red+Green+Blue) = 122+237+235=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AEDEB is #851214. Grayscale: #CACACA. Windows color (decimal): -8720917 or 15461754. OLE color: 15461754.

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

Color convert

RGB 122 237 235 -
CMYK 0.49 0 0.01 0.07
HSL 178.96º 0.76% 0.7% -
HSV(B) 178.96º 0.49% 0.93% -
XYZ 53.31 70.7 89.44 -
YUV 202.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 122 237 235 0.49 0 0.01 0.07 178.96 0.76 0.7
Hex 7A ED EB 31 0 1 7 B3 4C 46
Octal 172 355 353 61 0 1 7 263 114 106
Binary 1111010 11101101 11101011 110001 0 1 111 10110011 1001100 1000110

Color Harmonies of #7AEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AEDEB

Black with #7AEDEB

Text Example


Text Example

White with #7AEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,237,235); }

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

background-color css

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

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

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

border-color css

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

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

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