#75AFFE

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

Shades of Maya Blue #75AFFE

Tints of Maya Blue #75AFFE

Color information

#75AFFE (or 0x75AFFE) is unknown color: approx Maya Blue. HEX triplet: 75, AF and FE. RGB value is (117,175,254). Sum of RGB (Red+Green+Blue) = 117+175+254=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #75AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75AFFE is #8A5001. Grayscale: #A6A6A6. Windows color (decimal): -9064450 or 16691061. OLE color: 16691061.

HSL color Cylindrical-coordinate representation of color #75AFFE: hue angle of 214.6º 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 #75AFFE is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB117175254-
CMYK0.540.3100.00
HSL214.6º98.56%72.75%-
HSV(B)214.6º53.94%99.61%-
XYZ40.5641.699.66-
YUV166.66177.2892.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.43%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=21.43%
G=32.05%
B=46.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171752540.540.3100.00214.698.5672.75
Hex75AFFE361F00d76349
Octal165257376663700327143111
Binary1110101101011111111111011011011111001101011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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