#75CCFD

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

Shades of Maya Blue #75CCFD

Tints of Maya Blue #75CCFD

Color information

#75CCFD (or 0x75CCFD) is unknown color: approx Maya Blue. HEX triplet: 75, CC and FD. RGB value is (117,204,253). Sum of RGB (Red+Green+Blue) = 117+204+253=574 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.38% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #75CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CCFD is #8A3302. Grayscale: #B7B7B7. Windows color (decimal): -9057027 or 16632949. OLE color: 16632949.

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

Color convert

RGB117204253-
CMYK0.540.1900.01
HSL201.62º97.14%72.55%-
HSV(B)201.62º53.75%99.22%-
XYZ46.6654.06100.9-
YUV183.57167.1880.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.38%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=20.38%
G=35.54%
B=44.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172042530.540.1900.01201.6297.1472.55
Hex75CCFD361301ca6149
Octal165314375662301312141111
Binary1110101110011001111110111011010011011100101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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