#75CAFC

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

Shades of Maya Blue #75CAFC

Tints of Maya Blue #75CAFC

Color information

#75CAFC (or 0x75CAFC) is unknown color: approx Maya Blue. HEX triplet: 75, CA and FC. RGB value is (117,202,252). Sum of RGB (Red+Green+Blue) = 117+202+252=571 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.49% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #75CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CAFC is #8A3503. Grayscale: #B6B6B6. Windows color (decimal): -9057540 or 16566901. OLE color: 16566901.

HSL color Cylindrical-coordinate representation of color #75CAFC: hue angle of 202.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75CAFC is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117202252-
CMYK0.540.2000.01
HSL202.22º95.74%72.35%-
HSV(B)202.22º53.57%98.82%-
XYZ46.0353.0599.91-
YUV182.28167.3481.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.49%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=20.49%
G=35.38%
B=44.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172022520.540.2000.01202.2295.7472.35
Hex75CAFC361401ca6048
Octal165312374662401312140110
Binary1110101110010101111110011011010100011100101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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