#75c6ff

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

Shades of Maya Blue #75C6FF

Tints of Maya Blue #75C6FF

Color information

#75C6FF (or 0x75C6FF) is unknown color: approx Maya Blue. HEX triplet: 75, C6 and FF. RGB value is (117,198,255). Sum of RGB (Red+Green+Blue) = 117+198+255=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #75C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C6FF is #8A3900. Grayscale: #B3B3B3. Windows color (decimal): -9058561 or 16762485. OLE color: 16762485.

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

Color convert

RGB117198255-
CMYK0.540.2200
HSL204.78º100%72.94%-
HSV(B)204.78º54.12%100%-
XYZ45.5851.39102.12-
YUV180.28170.1682.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.53%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 255 (100% from 255) = 44.74%
R=20.53%
G=34.74%
B=44.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1171982550.540.2200204.7810072.94
Hex75C6FF361600cd6449
Octal165306377662600315144111
Binary1110101110001101111111111011010110001100110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75c6ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,255); }

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

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

 a { background-color: rgb(117,198,255); }

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

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

 span { border-color: rgb(117,198,255); }

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