#71CDFD

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

Shades of Maya Blue #71CDFD

Tints of Maya Blue #71CDFD

Color information

#71CDFD (or 0x71CDFD) is unknown color: approx Maya Blue. HEX triplet: 71, CD and FD. RGB value is (113,205,253). Sum of RGB (Red+Green+Blue) = 113+205+253=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #71CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CDFD is #8E3202. Grayscale: #B6B6B6. Windows color (decimal): -9318915 or 16633201. OLE color: 16633201.

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

Color convert

RGB113205253-
CMYK0.550.1900.01
HSL200.57º97.22%71.76%-
HSV(B)200.57º55.34%99.22%-
XYZ46.3754.27100.96-
YUV182.96167.5278.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.79%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=19.79%
G=35.90%
B=44.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132052530.550.1900.01200.5797.2271.76
Hex71CDFD371301c96148
Octal161315375672301311141110
Binary1110001110011011111110111011110011011100100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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