Html Css Color HEX #74EAFF Electric Blue

📋 copy color: '#74EAFF'

red 116 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #74EAFF

Tints of Electric Blue #74EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.68%

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

R = 19.17%
G = 38.68%
B = 42.15%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74EAFF (or 0x74EAFF) is known color: Electric Blue. HEX triplet: 74, EA and FF. RGB value is (116,234,255). Sum of RGB (Red+Green+Blue) = 116+234+255=605 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.17% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #74EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EAFF is #8B1500. Grayscale: #C8C8C8. Windows color (decimal): -9114881 or 16771700. OLE color: 16771700.

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

Color convert

RGB 116 234 255 -
CMYK 0.55 0.08 0 0
HSL 189.06º 1% 0.73% -
HSV(B) 189.06º 0.55% 1% -
XYZ 54.68 69.78 105.19 -
YUV 201.11 158.41 67.29 -
System Red Green Blue C M Y K H S L
Decimal 116 234 255 0.55 0.08 0 0 189.06 1 0.73
Hex 74 EA FF 37 8 0 0 BD 64 49
Octal 164 352 377 67 10 0 0 275 144 111
Binary 1110100 11101010 11111111 110111 1000 0 0 10111101 1100100 1001001

Color Harmonies of #74EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EAFF

Black with #74EAFF

Text Example


Text Example

White with #74EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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