Html Css Color HEX #74F4FF Electric Blue

📋 copy color: '#74F4FF'

red 116 ◦ green 244 ◦ blue 255

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

Shades of Electric Blue #74F4FF

Tints of Electric Blue #74F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.67%

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

R = 18.86%
G = 39.67%
B = 41.46%

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

#74F4FF (or 0x74F4FF) is known color: Electric Blue. HEX triplet: 74, F4 and FF. RGB value is (116,244,255). Sum of RGB (Red+Green+Blue) = 116+244+255=615 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.86% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #74F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F4FF is #8B0B00. Grayscale: #CECECE. Windows color (decimal): -9112321 or 16774260. OLE color: 16774260.

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

Color convert

RGB 116 244 255 -
CMYK 0.55 0.04 0 0
HSL 184.75º 1% 0.73% -
HSV(B) 184.75º 0.55% 1% -
XYZ 57.6 75.63 106.17 -
YUV 206.98 155.09 63.11 -
System Red Green Blue C M Y K H S L
Decimal 116 244 255 0.55 0.04 0 0 184.75 1 0.73
Hex 74 F4 FF 37 4 0 0 B9 64 49
Octal 164 364 377 67 4 0 0 271 144 111
Binary 1110100 11110100 11111111 110111 100 0 0 10111001 1100100 1001001

Color Harmonies of #74F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F4FF

Black with #74F4FF

Text Example


Text Example

White with #74F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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