Html Css Color HEX #74EBFF Electric Blue

📋 copy color: '#74EBFF'

red 116 ◦ green 235 ◦ blue 255

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

Shades of Electric Blue #74EBFF

Tints of Electric Blue #74EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.78%

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

R = 19.14%
G = 38.78%
B = 42.08%

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

#74EBFF (or 0x74EBFF) is known color: Electric Blue. HEX triplet: 74, EB and FF. RGB value is (116,235,255). Sum of RGB (Red+Green+Blue) = 116+235+255=606 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.14% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #74EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EBFF is #8B1400. Grayscale: #C9C9C9. Windows color (decimal): -9114625 or 16771956. OLE color: 16771956.

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

Color convert

RGB 116 235 255 -
CMYK 0.55 0.08 0 0
HSL 188.63º 1% 0.73% -
HSV(B) 188.63º 0.55% 1% -
XYZ 54.96 70.35 105.29 -
YUV 201.7 158.08 66.87 -
System Red Green Blue C M Y K H S L
Decimal 116 235 255 0.55 0.08 0 0 188.63 1 0.73
Hex 74 EB FF 37 8 0 0 BD 64 49
Octal 164 353 377 67 10 0 0 275 144 111
Binary 1110100 11101011 11111111 110111 1000 0 0 10111101 1100100 1001001

Color Harmonies of #74EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBFF

Black with #74EBFF

Text Example


Text Example

White with #74EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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