Html Css Color HEX #7CE9F1 Electric Blue

📋 copy color: '#7CE9F1'

red 124 ◦ green 233 ◦ blue 241

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

Shades of Electric Blue #7CE9F1

Tints of Electric Blue #7CE9F1

RGB

 RED value IS 124 (48.83% from 255) = 20.74%

 GREEN value IS 233 (91.41% from 255) = 38.96%

 BLUE value IS 241 (94.53% from 255) = 40.3%

R = 20.74%
G = 38.96%
B = 40.3%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7CE9F1 (or 0x7CE9F1) is known color: Electric Blue. HEX triplet: 7C, E9 and F1. RGB value is (124,233,241). Sum of RGB (Red+Green+Blue) = 124+233+241=598 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.74% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #7CE9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE9F1 is #83160E. Grayscale: #C9C9C9. Windows color (decimal): -8590863 or 15853948. OLE color: 15853948.

HSL color Cylindrical-coordinate representation of color #7CE9F1: hue angle of 184.1º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CE9F1 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 233 241 -
CMYK 0.49 0.03 0 0.05
HSL 184.1º 0.81% 0.72% -
HSV(B) 184.1º 0.49% 0.95% -
XYZ 53.33 68.91 93.71 -
YUV 201.32 150.39 72.85 -
System Red Green Blue C M Y K H S L
Decimal 124 233 241 0.49 0.03 0 0.05 184.1 0.81 0.72
Hex 7C E9 F1 31 3 0 5 B8 51 48
Octal 174 351 361 61 3 0 5 270 121 110
Binary 1111100 11101001 11110001 110001 11 0 101 10111000 1010001 1001000

Color Harmonies of #7CE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE9F1

Black with #7CE9F1

Text Example


Text Example

White with #7CE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,233,241); }

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

background-color css

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

 a { background-color: rgb(124,233,241); }

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

border-color css

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

 span { border-color: rgb(124,233,241); }

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