Html Css Color HEX #7BEDFF Electric Blue

📋 copy color: '#7BEDFF'

red 123 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #7BEDFF

Tints of Electric Blue #7BEDFF

RGB

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

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

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

R = 20%
G = 38.54%
B = 41.46%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7BEDFF (or 0x7BEDFF) is known color: Electric Blue. HEX triplet: 7B, ED and FF. RGB value is (123,237,255). Sum of RGB (Red+Green+Blue) = 123+237+255=615 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEDFF is #841200. Grayscale: #CCCCCC. Windows color (decimal): -8655361 or 16772475. OLE color: 16772475.

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

Color convert

RGB 123 237 255 -
CMYK 0.52 0.07 0 0
HSL 188.18º 1% 0.74% -
HSV(B) 188.18º 0.52% 1% -
XYZ 56.5 72 105.53 -
YUV 204.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 123 237 255 0.52 0.07 0 0 188.18 1 0.74
Hex 7B ED FF 34 7 0 0 BC 64 4A
Octal 173 355 377 64 7 0 0 274 144 112
Binary 1111011 11101101 11111111 110100 111 0 0 10111100 1100100 1001010

Color Harmonies of #7BEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEDFF

Black with #7BEDFF

Text Example


Text Example

White with #7BEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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