Html Css Color HEX #75F0EA Electric Blue

📋 copy color: '#75F0EA'

red 117 ◦ green 240 ◦ blue 234

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

Shades of Electric Blue #75F0EA

Tints of Electric Blue #75F0EA

RGB

 RED value IS 117 (46.09% from 255) = 19.8%

 GREEN value IS 240 (94.14% from 255) = 40.61%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 19.8%
G = 40.61%
B = 39.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#75F0EA (or 0x75F0EA) is known color: Electric Blue. HEX triplet: 75, F0 and EA. RGB value is (117,240,234). Sum of RGB (Red+Green+Blue) = 117+240+234=591 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.80% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #75F0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0EA is #8A0F15. Grayscale: #CACACA. Windows color (decimal): -9047830 or 15396981. OLE color: 15396981.

HSL color Cylindrical-coordinate representation of color #75F0EA: hue angle of 177.07º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F0EA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 240 234 -
CMYK 0.51 0 0.02 0.06
HSL 177.07º 0.8% 0.7% -
HSV(B) 177.07º 0.51% 0.94% -
XYZ 53.35 72.04 88.94 -
YUV 202.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 117 240 234 0.51 0 0.02 0.06 177.07 0.8 0.7
Hex 75 F0 EA 33 0 2 6 B1 50 46
Octal 165 360 352 63 0 2 6 261 120 106
Binary 1110101 11110000 11101010 110011 0 10 110 10110001 1010000 1000110

Color Harmonies of #75F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F0EA

Black with #75F0EA

Text Example


Text Example

White with #75F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75F0EA; }

 p { color: rgb(117,240,234); }

 H1.HeaderClassName
 {
   color: #75F0EA;
 }
 .AnyTagClassName
 {
   color: #75F0EA;
 }
</style>

background-color css

<style>
 a { background-color: #75F0EA; }

 a { background-color: rgb(117,240,234); }

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

border-color css

<style>
 span { border-color: #75F0EA; }

 span { border-color: rgb(117,240,234); }

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