Html Css Color HEX #74F6FF Electric Blue

📋 copy color: '#74F6FF'

red 116 ◦ green 246 ◦ blue 255

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

Shades of Electric Blue #74F6FF

Tints of Electric Blue #74F6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.87%

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

R = 18.8%
G = 39.87%
B = 41.33%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74F6FF (or 0x74F6FF) is known color: Electric Blue. HEX triplet: 74, F6 and FF. RGB value is (116,246,255). Sum of RGB (Red+Green+Blue) = 116+246+255=617 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.80% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #74F6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F6FF is #8B0900. Grayscale: #CFCFCF. Windows color (decimal): -9111809 or 16774772. OLE color: 16774772.

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

Color convert

RGB 116 246 255 -
CMYK 0.55 0.04 0 0
HSL 183.88º 1% 0.73% -
HSV(B) 183.88º 0.55% 1% -
XYZ 58.21 76.84 106.37 -
YUV 208.16 154.43 62.27 -
System Red Green Blue C M Y K H S L
Decimal 116 246 255 0.55 0.04 0 0 183.88 1 0.73
Hex 74 F6 FF 37 4 0 0 B8 64 49
Octal 164 366 377 67 4 0 0 270 144 111
Binary 1110100 11110110 11111111 110111 100 0 0 10111000 1100100 1001001

Color Harmonies of #74F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F6FF

Black with #74F6FF

Text Example


Text Example

White with #74F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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