Html Css Color HEX #74EEF9 Electric Blue

📋 copy color: '#74EEF9'

red 116 ◦ green 238 ◦ blue 249

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

Shades of Electric Blue #74EEF9

Tints of Electric Blue #74EEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.29%

R = 19.24%
G = 39.47%
B = 41.29%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74EEF9 (or 0x74EEF9) is known color: Electric Blue. HEX triplet: 74, EE and F9. RGB value is (116,238,249). Sum of RGB (Red+Green+Blue) = 116+238+249=603 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.24% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #74EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EEF9 is #8B1106. Grayscale: #CACACA. Windows color (decimal): -9113863 or 16379508. OLE color: 16379508.

HSL color Cylindrical-coordinate representation of color #74EEF9: hue angle of 184.96º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74EEF9 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 238 249 -
CMYK 0.53 0.04 0 0.02
HSL 184.96º 0.92% 0.72% -
HSV(B) 184.96º 0.53% 0.98% -
XYZ 54.88 71.7 100.57 -
YUV 202.78 154.08 66.11 -
System Red Green Blue C M Y K H S L
Decimal 116 238 249 0.53 0.04 0 0.02 184.96 0.92 0.72
Hex 74 EE F9 35 4 0 2 B9 5C 48
Octal 164 356 371 65 4 0 2 271 134 110
Binary 1110100 11101110 11111001 110101 100 0 10 10111001 1011100 1001000

Color Harmonies of #74EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EEF9

Black with #74EEF9

Text Example


Text Example

White with #74EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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