Html Css Color HEX #74EAFD Electric Blue

📋 copy color: '#74EAFD'

red 116 ◦ green 234 ◦ blue 253

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

Shades of Electric Blue #74EAFD

Tints of Electric Blue #74EAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 19.24%
G = 38.81%
B = 41.96%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74EAFD (or 0x74EAFD) is known color: Electric Blue. HEX triplet: 74, EA and FD. RGB value is (116,234,253). Sum of RGB (Red+Green+Blue) = 116+234+253=603 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.24% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #74EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EAFD is #8B1502. Grayscale: #C8C8C8. Windows color (decimal): -9114883 or 16640628. OLE color: 16640628.

HSL color Cylindrical-coordinate representation of color #74EAFD: hue angle of 188.32º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74EAFD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 234 253 -
CMYK 0.54 0.08 0 0.01
HSL 188.32º 0.97% 0.72% -
HSV(B) 188.32º 0.54% 0.99% -
XYZ 54.35 69.65 103.51 -
YUV 200.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 116 234 253 0.54 0.08 0 0.01 188.32 0.97 0.72
Hex 74 EA FD 36 8 0 1 BC 61 48
Octal 164 352 375 66 10 0 1 274 141 110
Binary 1110100 11101010 11111101 110110 1000 0 1 10111100 1100001 1001000

Color Harmonies of #74EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EAFD

Black with #74EAFD

Text Example


Text Example

White with #74EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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