Html Css Color HEX #75F1E9 Electric Blue

📋 copy color: '#75F1E9'

red 117 ◦ green 241 ◦ blue 233

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

Shades of Electric Blue #75F1E9

Tints of Electric Blue #75F1E9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.78%

 BLUE value IS 233 (91.41% from 255) = 39.42%

R = 19.8%
G = 40.78%
B = 39.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#75F1E9 (or 0x75F1E9) is known color: Electric Blue. HEX triplet: 75, F1 and E9. RGB value is (117,241,233). Sum of RGB (Red+Green+Blue) = 117+241+233=591 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.80% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F1E9 is #8A0E16. Grayscale: #CACACA. Windows color (decimal): -9047575 or 15331701. OLE color: 15331701.

HSL color Cylindrical-coordinate representation of color #75F1E9: hue angle of 176.13º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1E9 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 233 -
CMYK 0.51 0 0.03 0.05
HSL 176.13º 0.82% 0.7% -
HSV(B) 176.13º 0.51% 0.95% -
XYZ 53.5 72.58 88.28 -
YUV 203.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 117 241 233 0.51 0 0.03 0.05 176.13 0.82 0.7
Hex 75 F1 E9 33 0 3 5 B0 52 46
Octal 165 361 351 63 0 3 5 260 122 106
Binary 1110101 11110001 11101001 110011 0 11 101 10110000 1010010 1000110

Color Harmonies of #75F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F1E9

Black with #75F1E9

Text Example


Text Example

White with #75F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,241,233); }

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

background-color css

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

 a { background-color: rgb(117,241,233); }

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

border-color css

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

 span { border-color: rgb(117,241,233); }

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