#75BDFD

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

Shades of Maya Blue #75BDFD

Tints of Maya Blue #75BDFD

Color information

#75BDFD (or 0x75BDFD) is unknown color: approx Maya Blue. HEX triplet: 75, BD and FD. RGB value is (117,189,253). Sum of RGB (Red+Green+Blue) = 117+189+253=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #75BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BDFD is #8A4202. Grayscale: #AEAEAE. Windows color (decimal): -9060867 or 16629109. OLE color: 16629109.

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

Color convert

RGB117189253-
CMYK0.540.2500.01
HSL208.24º97.14%72.55%-
HSV(B)208.24º53.75%99.22%-
XYZ43.2647.2799.77-
YUV174.77172.1586.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=20.93%
G=33.81%
B=45.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171892530.540.2500.01208.2497.1472.55
Hex75BDFD361901d06149
Octal165275375663101320141111
Binary1110101101111011111110111011011001011101000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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