#75CDF7

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

Shades of Maya Blue #75CDF7

Tints of Maya Blue #75CDF7

Color information

#75CDF7 (or 0x75CDF7) is unknown color: approx Maya Blue. HEX triplet: 75, CD and F7. RGB value is (117,205,247). Sum of RGB (Red+Green+Blue) = 117+205+247=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #75CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CDF7 is #8A3208. Grayscale: #B7B7B7. Windows color (decimal): -9056777 or 16239989. OLE color: 16239989.

HSL color Cylindrical-coordinate representation of color #75CDF7: hue angle of 199.38º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75CDF7 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117205247-
CMYK0.530.1700.03
HSL199.38º89.04%71.37%-
HSV(B)199.38º52.63%96.86%-
XYZ45.9654.1696.03-
YUV183.48163.8580.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.56%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=20.56%
G=36.03%
B=43.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1172052470.530.1700.03199.3889.0471.37
Hex75CDF7351103c75947
Octal165315367652103307131107
Binary11101011100110111110111110101100010111100011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,205,247); }

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

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

 a { background-color: rgb(117,205,247); }

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

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

 span { border-color: rgb(117,205,247); }

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