#75CAFE

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

Shades of Maya Blue #75CAFE

Tints of Maya Blue #75CAFE

Color information

#75CAFE (or 0x75CAFE) is unknown color: approx Maya Blue. HEX triplet: 75, CA and FE. RGB value is (117,202,254). Sum of RGB (Red+Green+Blue) = 117+202+254=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #75CAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CAFE is #8A3501. Grayscale: #B6B6B6. Windows color (decimal): -9057538 or 16697973. OLE color: 16697973.

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

Color convert

RGB117202254-
CMYK0.540.2000.00
HSL202.77º98.56%72.75%-
HSV(B)202.77º53.94%99.61%-
XYZ46.3553.18101.59-
YUV182.51168.3481.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.42%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=20.42%
G=35.25%
B=44.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1172022540.540.2000.00202.7798.5672.75
Hex75CAFE361400cb6349
Octal165312376662400313143111
Binary1110101110010101111111011011010100001100101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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