#75EFFB

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

Shades of Electric Blue #75EFFB

Tints of Electric Blue #75EFFB

Color information

#75EFFB (or 0x75EFFB) is unknown color: approx Electric Blue. HEX triplet: 75, EF and FB. RGB value is (117,239,251). Sum of RGB (Red+Green+Blue) = 117+239+251=607 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.28% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #75EFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EFFB is #8A1004. Grayscale: #CBCBCB. Windows color (decimal): -9048069 or 16510837. OLE color: 16510837.

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

Color convert

RGB117239251-
CMYK0.530.0500.02
HSL185.37º94.37%72.16%-
HSV(B)185.37º53.39%98.43%-
XYZ55.6272.48102.33-
YUV203.89154.5866.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 19.28%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=19.28%
G=39.37%
B=41.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172392510.530.0500.02185.3794.3772.16
Hex75EFFB35502b95e48
Octal16535737365502271136110
Binary111010111101111111110111101011010101011100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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