#75f9ff

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

Shades of Electric Blue #75F9FF

Tints of Electric Blue #75F9FF

Color information

#75F9FF (or 0x75F9FF) is unknown color: approx Electric Blue. HEX triplet: 75, F9 and FF. RGB value is (117,249,255). Sum of RGB (Red+Green+Blue) = 117+249+255=621 (82% of max value = 765). Red value is 117 (46.09% from 255 or 18.84% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #75F9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F9FF is #8A0600. Grayscale: #D2D2D2. Windows color (decimal): -9045505 or 16775541. OLE color: 16775541.

HSL color Cylindrical-coordinate representation of color #75F9FF: hue angle of 182.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75F9FF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB117249255-
CMYK0.540.0200
HSL182.61º100%72.94%-
HSV(B)182.61º54.12%100%-
XYZ59.2678.75106.69-
YUV210.22153.2761.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 18.84%
GREEN value IS 249 (97.66% from 255) = 40.10%
BLUE value IS 255 (100% from 255) = 41.06%
R=18.84%
G=40.10%
B=41.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1172492550.540.0200182.6110072.94
Hex75F9FF36200b76449
Octal16537137766200267144111
Binary1110101111110011111111111011010001011011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75f9ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,249,255); }

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

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

 a { background-color: rgb(117,249,255); }

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

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

 span { border-color: rgb(117,249,255); }

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