Html Css Color HEX #74EFF1 Electric Blue

📋 copy color: '#74EFF1'

red 116 ◦ green 239 ◦ blue 241

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

Shades of Electric Blue #74EFF1

Tints of Electric Blue #74EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.1%

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 19.46%
G = 40.1%
B = 40.44%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#74EFF1 (or 0x74EFF1) is known color: Electric Blue. HEX triplet: 74, EF and F1. RGB value is (116,239,241). Sum of RGB (Red+Green+Blue) = 116+239+241=596 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.46% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #74EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFF1 is #8B100E. Grayscale: #CACACA. Windows color (decimal): -9113615 or 15855476. OLE color: 15855476.

HSL color Cylindrical-coordinate representation of color #74EFF1: hue angle of 180.96º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74EFF1 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 239 241 -
CMYK 0.52 0.01 0 0.05
HSL 180.96º 0.82% 0.7% -
HSV(B) 180.96º 0.52% 0.95% -
XYZ 53.95 71.8 94.23 -
YUV 202.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 116 239 241 0.52 0.01 0 0.05 180.96 0.82 0.7
Hex 74 EF F1 34 1 0 5 B5 52 46
Octal 164 357 361 64 1 0 5 265 122 106
Binary 1110100 11101111 11110001 110100 1 0 101 10110101 1010010 1000110

Color Harmonies of #74EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFF1

Black with #74EFF1

Text Example


Text Example

White with #74EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,239,241); }

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

background-color css

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

 a { background-color: rgb(116,239,241); }

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

border-color css

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

 span { border-color: rgb(116,239,241); }

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