#75CDFD

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

Shades of Maya Blue #75CDFD

Tints of Maya Blue #75CDFD

Color information

#75CDFD (or 0x75CDFD) is unknown color: approx Maya Blue. HEX triplet: 75, CD and FD. RGB value is (117,205,253). Sum of RGB (Red+Green+Blue) = 117+205+253=575 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.35% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #75CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CDFD is #8A3202. Grayscale: #B7B7B7. Windows color (decimal): -9056771 or 16633205. OLE color: 16633205.

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

Color convert

RGB117205253-
CMYK0.540.1900.01
HSL201.18º97.14%72.55%-
HSV(B)201.18º53.75%99.22%-
XYZ46.954.54100.98-
YUV184.16166.8580.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.35%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 253 (99.22% from 255) = 44%
R=20.35%
G=35.65%
B=44%

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
Decimal1172052530.540.1900.01201.1897.1472.55
Hex75CDFD361301c96149
Octal165315375662301311141111
Binary1110101110011011111110111011010011011100100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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