#75F6F1

Color #75F6F1 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #75F6F1

Tints of Electric Blue #75F6F1

Color information

#75F6F1 (or 0x75F6F1) is unknown color: approx Electric Blue. HEX triplet: 75, F6 and F1. RGB value is (117,246,241). Sum of RGB (Red+Green+Blue) = 117+246+241=604 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.37% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #75F6F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F6F1 is #8A090E. Grayscale: #CECECE. Windows color (decimal): -9046287 or 15857269. OLE color: 15857269.

HSL color Cylindrical-coordinate representation of color #75F6F1: hue angle of 177.67º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F6F1 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB117246241-
CMYK0.5200.020.04
HSL177.67º87.76%71.18%-
HSV(B)177.67º52.44%96.47%-
XYZ56.1776.0494.94-
YUV206.86147.2663.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.37%
GREEN value IS 246 (96.48% from 255) = 40.73%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=19.37%
G=40.73%
B=39.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172462410.5200.020.04177.6787.7671.18
Hex75F6F134024b25847
Octal16536636164024262130107
Binary111010111110110111100011101000101001011001010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75F6F1;
 }
 .AnyTagClassName
 {
   color: #75F6F1;
 }
</style>
background-color css

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

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

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

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

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

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