#75EEF1

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

Shades of Electric Blue #75EEF1

Tints of Electric Blue #75EEF1

Color information

#75EEF1 (or 0x75EEF1) is unknown color: approx Electric Blue. HEX triplet: 75, EE and F1. RGB value is (117,238,241). Sum of RGB (Red+Green+Blue) = 117+238+241=596 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.63% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #75EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EEF1 is #8A110E. Grayscale: #CACACA. Windows color (decimal): -9048335 or 15855221. OLE color: 15855221.

HSL color Cylindrical-coordinate representation of color #75EEF1: hue angle of 181.45º 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 #75EEF1 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117238241-
CMYK0.510.0100.05
HSL181.45º81.58%70.2%-
HSV(B)181.45º51.45%94.51%-
XYZ53.7971.2894.14-
YUV202.16149.9167.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.63%
GREEN value IS 238 (93.36% from 255) = 39.93%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=19.63%
G=39.93%
B=40.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172382410.510.0100.05181.4581.5870.2
Hex75EEF133105b55246
Octal16535636163105265122106
Binary11101011110111011110001110011101011011010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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