Html Css Color HEX #74E9F9 Electric Blue

📋 copy color: '#74E9F9'

red 116 ◦ green 233 ◦ blue 249

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

Shades of Electric Blue #74E9F9

Tints of Electric Blue #74E9F9

RGB

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

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

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

R = 19.4%
G = 38.96%
B = 41.64%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74E9F9 (or 0x74E9F9) is known color: Electric Blue. HEX triplet: 74, E9 and F9. RGB value is (116,233,249). Sum of RGB (Red+Green+Blue) = 116+233+249=598 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.40% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #74E9F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E9F9 is #8B1606. Grayscale: #C7C7C7. Windows color (decimal): -9115143 or 16378228. OLE color: 16378228.

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

Color convert

RGB 116 233 249 -
CMYK 0.53 0.06 0 0.02
HSL 187.22º 0.92% 0.72% -
HSV(B) 187.22º 0.53% 0.98% -
XYZ 53.44 68.83 100.09 -
YUV 199.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 116 233 249 0.53 0.06 0 0.02 187.22 0.92 0.72
Hex 74 E9 F9 35 6 0 2 BB 5C 48
Octal 164 351 371 65 6 0 2 273 134 110
Binary 1110100 11101001 11111001 110101 110 0 10 10111011 1011100 1001000

Color Harmonies of #74E9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E9F9

Black with #74E9F9

Text Example


Text Example

White with #74E9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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