#75BDFE

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

Shades of Maya Blue #75BDFE

Tints of Maya Blue #75BDFE

Color information

#75BDFE (or 0x75BDFE) is unknown color: approx Maya Blue. HEX triplet: 75, BD and FE. RGB value is (117,189,254). Sum of RGB (Red+Green+Blue) = 117+189+254=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #75BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BDFE is #8A4201. Grayscale: #AEAEAE. Windows color (decimal): -9060866 or 16694645. OLE color: 16694645.

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

Color convert

RGB117189254-
CMYK0.540.2600.00
HSL208.47º98.56%72.75%-
HSV(B)208.47º53.94%99.61%-
XYZ43.4247.33100.61-
YUV174.88172.6586.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.89%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=20.89%
G=33.75%
B=45.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171892540.540.2600.00208.4798.5672.75
Hex75BDFE361A00d06349
Octal165275376663200320143111
Binary1110101101111011111111011011011010001101000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,189,254); }

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

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

 a { background-color: rgb(117,189,254); }

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

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

 span { border-color: rgb(117,189,254); }

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