Html Css Color HEX #74E6FD Electric Blue

📋 copy color: '#74E6FD'

red 116 ◦ green 230 ◦ blue 253

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

Shades of Electric Blue #74E6FD

Tints of Electric Blue #74E6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.4%

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 19.37%
G = 38.4%
B = 42.24%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74E6FD (or 0x74E6FD) is known color: Electric Blue. HEX triplet: 74, E6 and FD. RGB value is (116,230,253). Sum of RGB (Red+Green+Blue) = 116+230+253=599 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.37% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #74E6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74E6FD is #8B1902. Grayscale: #C6C6C6. Windows color (decimal): -9115907 or 16639604. OLE color: 16639604.

HSL color Cylindrical-coordinate representation of color #74E6FD: hue angle of 190.07º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74E6FD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 230 253 -
CMYK 0.54 0.09 0 0.01
HSL 190.07º 0.97% 0.72% -
HSV(B) 190.07º 0.54% 0.99% -
XYZ 53.23 67.4 103.13 -
YUV 198.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 116 230 253 0.54 0.09 0 0.01 190.07 0.97 0.72
Hex 74 E6 FD 36 9 0 1 BE 61 48
Octal 164 346 375 66 11 0 1 276 141 110
Binary 1110100 11100110 11111101 110110 1001 0 1 10111110 1100001 1001000

Color Harmonies of #74E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E6FD

Black with #74E6FD

Text Example


Text Example

White with #74E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,230,253); }

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

background-color css

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

 a { background-color: rgb(116,230,253); }

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

border-color css

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

 span { border-color: rgb(116,230,253); }

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