#75C1F1

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

Shades of Maya Blue #75C1F1

Tints of Maya Blue #75C1F1

Color information

#75C1F1 (or 0x75C1F1) is unknown color: approx Maya Blue. HEX triplet: 75, C1 and F1. RGB value is (117,193,241). Sum of RGB (Red+Green+Blue) = 117+193+241=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #75C1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C1F1 is #8A3E0E. Grayscale: #AFAFAF. Windows color (decimal): -9059855 or 15843701. OLE color: 15843701.

HSL color Cylindrical-coordinate representation of color #75C1F1: hue angle of 203.23º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C1F1 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117193241-
CMYK0.510.2000.05
HSL203.23º81.58%70.2%-
HSV(B)203.23º51.45%94.51%-
XYZ42.2848.2790.31-
YUV175.75164.8286.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.23%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=21.23%
G=35.03%
B=43.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171932410.510.2000.05203.2381.5870.2
Hex75C1F1331405cb5246
Octal165301361632405313122106
Binary111010111000001111100011100111010001011100101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,193,241); }

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

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

 a { background-color: rgb(117,193,241); }

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

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

 span { border-color: rgb(117,193,241); }

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