#75C3FB

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

Shades of Maya Blue #75C3FB

Tints of Maya Blue #75C3FB

Color information

#75C3FB (or 0x75C3FB) is unknown color: approx Maya Blue. HEX triplet: 75, C3 and FB. RGB value is (117,195,251). Sum of RGB (Red+Green+Blue) = 117+195+251=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #75C3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C3FB is #8A3C04. Grayscale: #B1B1B1. Windows color (decimal): -9059333 or 16499573. OLE color: 16499573.

HSL color Cylindrical-coordinate representation of color #75C3FB: hue angle of 205.07º degrees, saturation: 0.94, 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 #75C3FB is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117195251-
CMYK0.530.2200.02
HSL205.07º94.37%72.16%-
HSV(B)205.07º53.39%98.43%-
XYZ44.2649.7898.54-
YUV178.06169.1684.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=20.78%
G=34.64%
B=44.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171952510.530.2200.02205.0794.3772.16
Hex75C3FB351602cd5e48
Octal165303373652602315136110
Binary11101011100001111111011110101101100101100110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,195,251); }

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

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

 a { background-color: rgb(117,195,251); }

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

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

 span { border-color: rgb(117,195,251); }

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