#75B5F3

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

Shades of Maya Blue #75B5F3

Tints of Maya Blue #75B5F3

Color information

#75B5F3 (or 0x75B5F3) is unknown color: approx Maya Blue. HEX triplet: 75, B5 and F3. RGB value is (117,181,243). Sum of RGB (Red+Green+Blue) = 117+181+243=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #75B5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B5F3 is #8A4A0C. Grayscale: #A8A8A8. Windows color (decimal): -9062925 or 15971701. OLE color: 15971701.

HSL color Cylindrical-coordinate representation of color #75B5F3: hue angle of 209.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75B5F3 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117181243-
CMYK0.520.2600.05
HSL209.52º84%70.59%-
HSV(B)209.52º51.85%95.29%-
XYZ40.0443.391.04-
YUV168.93169.890.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.63%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=21.63%
G=33.46%
B=44.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171812430.520.2600.05209.528470.59
Hex75B5F3341A05d25447
Octal165265363643205322124107
Binary111010110110101111100111101001101001011101001010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,243); }

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

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

 a { background-color: rgb(117,181,243); }

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

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

 span { border-color: rgb(117,181,243); }

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