Html Css Color HEX #7BEFFC Electric Blue

📋 copy color: '#7BEFFC'

red 123 ◦ green 239 ◦ blue 252

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

Shades of Electric Blue #7BEFFC

Tints of Electric Blue #7BEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.93%

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 20.03%
G = 38.93%
B = 41.04%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BEFFC (or 0x7BEFFC) is known color: Electric Blue. HEX triplet: 7B, EF and FC. RGB value is (123,239,252). Sum of RGB (Red+Green+Blue) = 123+239+252=614 (81% of max value = 765). Red value is 123 (48.44% from 255 or 20.03% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BEFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BEFFC is #841003. Grayscale: #CDCDCD. Windows color (decimal): -8654852 or 16576379. OLE color: 16576379.

HSL color Cylindrical-coordinate representation of color #7BEFFC: hue angle of 186.05º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BEFFC is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 239 252 -
CMYK 0.51 0.05 0 0.01
HSL 186.05º 0.96% 0.74% -
HSV(B) 186.05º 0.51% 0.99% -
XYZ 56.61 72.97 103.2 -
YUV 205.8 154.07 68.94 -
System Red Green Blue C M Y K H S L
Decimal 123 239 252 0.51 0.05 0 0.01 186.05 0.96 0.74
Hex 7B EF FC 33 5 0 1 BA 60 4A
Octal 173 357 374 63 5 0 1 272 140 112
Binary 1111011 11101111 11111100 110011 101 0 1 10111010 1100000 1001010

Color Harmonies of #7BEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEFFC

Black with #7BEFFC

Text Example


Text Example

White with #7BEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,239,252); }

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

background-color css

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

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

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

border-color css

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

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

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