#71CFF8

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

Shades of Maya Blue #71CFF8

Tints of Maya Blue #71CFF8

Color information

#71CFF8 (or 0x71CFF8) is unknown color: approx Maya Blue. HEX triplet: 71, CF and F8. RGB value is (113,207,248). Sum of RGB (Red+Green+Blue) = 113+207+248=568 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.89% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #71CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFF8 is #8E3007. Grayscale: #B7B7B7. Windows color (decimal): -9318408 or 16306033. OLE color: 16306033.

HSL color Cylindrical-coordinate representation of color #71CFF8: hue angle of 198.22º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71CFF8 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB113207248-
CMYK0.540.1700.03
HSL198.22º90.6%70.78%-
HSV(B)198.22º54.44%97.25%-
XYZ46.0754.9196.98-
YUV183.57164.3677.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.89%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 248 (97.27% from 255) = 43.66%
R=19.89%
G=36.44%
B=43.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1132072480.540.1700.03198.2290.670.78
Hex71CFF8361103c65b47
Octal161317370662103306133107
Binary11100011100111111111000110110100010111100011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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