Html Css Color HEX #74EDFF Electric Blue

📋 copy color: '#74EDFF'

red 116 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #74EDFF

Tints of Electric Blue #74EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.98%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 19.08%
G = 38.98%
B = 41.94%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74EDFF (or 0x74EDFF) is known color: Electric Blue. HEX triplet: 74, ED and FF. RGB value is (116,237,255). Sum of RGB (Red+Green+Blue) = 116+237+255=608 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.08% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #74EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EDFF is #8B1200. Grayscale: #CACACA. Windows color (decimal): -9114113 or 16772468. OLE color: 16772468.

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

Color convert

RGB 116 237 255 -
CMYK 0.55 0.07 0 0
HSL 187.77º 1% 0.73% -
HSV(B) 187.77º 0.55% 1% -
XYZ 55.54 71.5 105.48 -
YUV 202.87 157.41 66.04 -
System Red Green Blue C M Y K H S L
Decimal 116 237 255 0.55 0.07 0 0 187.77 1 0.73
Hex 74 ED FF 37 7 0 0 BC 64 49
Octal 164 355 377 67 7 0 0 274 144 111
Binary 1110100 11101101 11111111 110111 111 0 0 10111100 1100100 1001001

Color Harmonies of #74EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EDFF

Black with #74EDFF

Text Example


Text Example

White with #74EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,237,255); }

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

background-color css

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

 a { background-color: rgb(116,237,255); }

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

border-color css

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

 span { border-color: rgb(116,237,255); }

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