#75C7F9

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

Shades of Maya Blue #75C7F9

Tints of Maya Blue #75C7F9

Color information

#75C7F9 (or 0x75C7F9) is unknown color: approx Maya Blue. HEX triplet: 75, C7 and F9. RGB value is (117,199,249). Sum of RGB (Red+Green+Blue) = 117+199+249=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #75C7F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C7F9 is #8A3806. Grayscale: #B3B3B3. Windows color (decimal): -9058311 or 16369525. OLE color: 16369525.

HSL color Cylindrical-coordinate representation of color #75C7F9: hue angle of 202.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C7F9 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117199249-
CMYK0.530.2000.02
HSL202.73º91.67%71.76%-
HSV(B)202.73º53.01%97.65%-
XYZ44.8651.4797.19-
YUV180.18166.8382.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.71%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=20.71%
G=35.22%
B=44.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171992490.530.2000.02202.7391.6771.76
Hex75C7F9351402cb5c48
Octal165307371652402313134110
Binary11101011100011111111001110101101000101100101110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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