#71CFFC

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

Shades of Maya Blue #71CFFC

Tints of Maya Blue #71CFFC

Color information

#71CFFC (or 0x71CFFC) is unknown color: approx Maya Blue. HEX triplet: 71, CF and FC. RGB value is (113,207,252). Sum of RGB (Red+Green+Blue) = 113+207+252=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #71CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFFC is #8E3003. Grayscale: #B7B7B7. Windows color (decimal): -9318404 or 16568177. OLE color: 16568177.

HSL color Cylindrical-coordinate representation of color #71CFFC: hue angle of 199.42º degrees, saturation: 0.96, 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 #71CFFC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB113207252-
CMYK0.550.1800.01
HSL199.42º95.86%71.57%-
HSV(B)199.42º55.16%98.82%-
XYZ46.6955.16100.28-
YUV184.02166.3677.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.76%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=19.76%
G=36.19%
B=44.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132072520.550.1800.01199.4295.8671.57
Hex71CFFC371201c76048
Octal161317374672201307140110
Binary1110001110011111111110011011110010011100011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,207,252); }

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

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

 a { background-color: rgb(113,207,252); }

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

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

 span { border-color: rgb(113,207,252); }

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