Html Css Color HEX #74EEFE Electric Blue

📋 copy color: '#74EEFE'

red 116 ◦ green 238 ◦ blue 254

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

Shades of Electric Blue #74EEFE

Tints of Electric Blue #74EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.14%

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

R = 19.08%
G = 39.14%
B = 41.78%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#74EEFE (or 0x74EEFE) is known color: Electric Blue. HEX triplet: 74, EE and FE. RGB value is (116,238,254). Sum of RGB (Red+Green+Blue) = 116+238+254=608 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.08% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #74EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EEFE is #8B1101. Grayscale: #CBCBCB. Windows color (decimal): -9113858 or 16707188. OLE color: 16707188.

HSL color Cylindrical-coordinate representation of color #74EEFE: hue angle of 186.96º 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 #74EEFE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 238 254 -
CMYK 0.54 0.06 0 0.00
HSL 186.96º 0.99% 0.73% -
HSV(B) 186.96º 0.54% 1% -
XYZ 55.67 72.02 104.73 -
YUV 203.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 116 238 254 0.54 0.06 0 0.00 186.96 0.99 0.73
Hex 74 EE FE 36 6 0 0 BB 63 49
Octal 164 356 376 66 6 0 0 273 143 111
Binary 1110100 11101110 11111110 110110 110 0 0 10111011 1100011 1001001

Color Harmonies of #74EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEFE

Black with #74EEFE

Text Example


Text Example

White with #74EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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