#75EDFB

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

Shades of Electric Blue #75EDFB

Tints of Electric Blue #75EDFB

Color information

#75EDFB (or 0x75EDFB) is unknown color: approx Electric Blue. HEX triplet: 75, ED and FB. RGB value is (117,237,251). Sum of RGB (Red+Green+Blue) = 117+237+251=605 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.34% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #75EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EDFB is #8A1204. Grayscale: #CACACA. Windows color (decimal): -9048581 or 16510325. OLE color: 16510325.

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

Color convert

RGB117237251-
CMYK0.530.0600.02
HSL186.27º94.37%72.16%-
HSV(B)186.27º53.39%98.43%-
XYZ55.0371.32102.13-
YUV202.72155.2466.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.34%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=19.34%
G=39.17%
B=41.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172372510.530.0600.02186.2794.3772.16
Hex75EDFB35602ba5e48
Octal16535537365602272136110
Binary111010111101101111110111101011100101011101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,237,251); }

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

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

 a { background-color: rgb(117,237,251); }

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

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

 span { border-color: rgb(117,237,251); }

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