#75CCF5

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

Shades of Maya Blue #75CCF5

Tints of Maya Blue #75CCF5

Color information

#75CCF5 (or 0x75CCF5) is unknown color: approx Maya Blue. HEX triplet: 75, CC and F5. RGB value is (117,204,245). Sum of RGB (Red+Green+Blue) = 117+204+245=566 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.67% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #75CCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CCF5 is #8A330A. Grayscale: #B6B6B6. Windows color (decimal): -9057035 or 16108661. OLE color: 16108661.

HSL color Cylindrical-coordinate representation of color #75CCF5: hue angle of 199.22º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75CCF5 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117204245-
CMYK0.520.1700.04
HSL199.22º86.49%70.98%-
HSV(B)199.22º52.24%96.08%-
XYZ45.4153.5694.33-
YUV182.66163.1881.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.67%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=20.67%
G=36.04%
B=43.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172042450.520.1700.04199.2286.4970.98
Hex75CCF5341104c75647
Octal165314365642104307126107
Binary111010111001100111101011101001000101001100011110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,204,245); }

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

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

 a { background-color: rgb(117,204,245); }

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

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

 span { border-color: rgb(117,204,245); }

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