#75C4FE

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

Shades of Maya Blue #75C4FE

Tints of Maya Blue #75C4FE

Color information

#75C4FE (or 0x75C4FE) is unknown color: approx Maya Blue. HEX triplet: 75, C4 and FE. RGB value is (117,196,254). Sum of RGB (Red+Green+Blue) = 117+196+254=567 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.63% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #75C4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C4FE is #8A3B01. Grayscale: #B2B2B2. Windows color (decimal): -9059074 or 16696437. OLE color: 16696437.

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

Color convert

RGB117196254-
CMYK0.540.2300.00
HSL205.4º98.56%72.75%-
HSV(B)205.4º53.94%99.61%-
XYZ44.9750.42101.13-
YUV178.99170.3383.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.63%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=20.63%
G=34.57%
B=44.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171962540.540.2300.00205.498.5672.75
Hex75C4FE361700cd6349
Octal165304376662700315143111
Binary1110101110001001111111011011010111001100110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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