#75BCFD

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

Shades of Maya Blue #75BCFD

Tints of Maya Blue #75BCFD

Color information

#75BCFD (or 0x75BCFD) is unknown color: approx Maya Blue. HEX triplet: 75, BC and FD. RGB value is (117,188,253). Sum of RGB (Red+Green+Blue) = 117+188+253=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #75BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BCFD is #8A4302. Grayscale: #ADADAD. Windows color (decimal): -9061123 or 16628853. OLE color: 16628853.

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

Color convert

RGB117188253-
CMYK0.540.2600.01
HSL208.68º97.14%72.55%-
HSV(B)208.68º53.75%99.22%-
XYZ43.0546.8499.7-
YUV174.18172.4887.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.97%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=20.97%
G=33.69%
B=45.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171882530.540.2600.01208.6897.1472.55
Hex75BCFD361A01d16149
Octal165274375663201321141111
Binary1110101101111001111110111011011010011101000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,253); }

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

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

 a { background-color: rgb(117,188,253); }

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

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

 span { border-color: rgb(117,188,253); }

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