#75CFFD

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

Shades of Maya Blue #75CFFD

Tints of Maya Blue #75CFFD

Color information

#75CFFD (or 0x75CFFD) is unknown color: approx Maya Blue. HEX triplet: 75, CF and FD. RGB value is (117,207,253). Sum of RGB (Red+Green+Blue) = 117+207+253=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #75CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFFD is #8A3002. Grayscale: #B9B9B9. Windows color (decimal): -9056259 or 16633717. OLE color: 16633717.

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

Color convert

RGB117207253-
CMYK0.540.1800.01
HSL200.29º97.14%72.55%-
HSV(B)200.29º53.75%99.22%-
XYZ47.3855.5101.14-
YUV185.33166.1879.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.28%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=20.28%
G=35.88%
B=43.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172072530.540.1800.01200.2997.1472.55
Hex75CFFD361201c86149
Octal165317375662201310141111
Binary1110101110011111111110111011010010011100100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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