Html Css Color HEX #74ECFF Electric Blue

📋 copy color: '#74ECFF'

red 116 ◦ green 236 ◦ blue 255

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

Shades of Electric Blue #74ECFF

Tints of Electric Blue #74ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.88%

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

R = 19.11%
G = 38.88%
B = 42.01%

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

#74ECFF (or 0x74ECFF) is known color: Electric Blue. HEX triplet: 74, EC and FF. RGB value is (116,236,255). Sum of RGB (Red+Green+Blue) = 116+236+255=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #74ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECFF is #8B1300. Grayscale: #CACACA. Windows color (decimal): -9114369 or 16772212. OLE color: 16772212.

HSL color Cylindrical-coordinate representation of color #74ECFF: hue angle of 188.2º 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 #74ECFF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 236 255 -
CMYK 0.55 0.07 0 0
HSL 188.2º 1% 0.73% -
HSV(B) 188.2º 0.55% 1% -
XYZ 55.25 70.92 105.39 -
YUV 202.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 116 236 255 0.55 0.07 0 0 188.2 1 0.73
Hex 74 EC FF 37 7 0 0 BC 64 49
Octal 164 354 377 67 7 0 0 274 144 111
Binary 1110100 11101100 11111111 110111 111 0 0 10111100 1100100 1001001

Color Harmonies of #74ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECFF

Black with #74ECFF

Text Example


Text Example

White with #74ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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