Html Css Color HEX #74E5FE Electric Blue

📋 copy color: '#74E5FE'

red 116 ◦ green 229 ◦ blue 254

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

Shades of Electric Blue #74E5FE

Tints of Electric Blue #74E5FE

RGB

 RED value IS 116 (45.7% from 255) = 19.37%

 GREEN value IS 229 (89.84% from 255) = 38.23%

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 19.37%
G = 38.23%
B = 42.4%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74E5FE (or 0x74E5FE) is known color: Electric Blue. HEX triplet: 74, E5 and FE. RGB value is (116,229,254). Sum of RGB (Red+Green+Blue) = 116+229+254=599 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.37% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #74E5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74E5FE is #8B1A01. Grayscale: #C5C5C5. Windows color (decimal): -9116162 or 16704884. OLE color: 16704884.

HSL color Cylindrical-coordinate representation of color #74E5FE: hue angle of 190.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74E5FE is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 229 254 -
CMYK 0.54 0.10 0 0.00
HSL 190.87º 0.99% 0.73% -
HSV(B) 190.87º 0.54% 1% -
XYZ 53.11 66.91 103.88 -
YUV 198.06 159.56 69.47 -
System Red Green Blue C M Y K H S L
Decimal 116 229 254 0.54 0.10 0 0.00 190.87 0.99 0.73
Hex 74 E5 FE 36 A 0 0 BF 63 49
Octal 164 345 376 66 12 0 0 277 143 111
Binary 1110100 11100101 11111110 110110 1010 0 0 10111111 1100011 1001001

Color Harmonies of #74E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E5FE

Black with #74E5FE

Text Example


Text Example

White with #74E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74E5FE; }

 p { color: rgb(116,229,254); }

 H1.HeaderClassName
 {
   color: #74E5FE;
 }
 .AnyTagClassName
 {
   color: #74E5FE;
 }
</style>

background-color css

<style>
 a { background-color: #74E5FE; }

 a { background-color: rgb(116,229,254); }

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

border-color css

<style>
 span { border-color: #74E5FE; }

 span { border-color: rgb(116,229,254); }

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