#71CEF2

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

Shades of Maya Blue #71CEF2

Tints of Maya Blue #71CEF2

Color information

#71CEF2 (or 0x71CEF2) is unknown color: approx Maya Blue. HEX triplet: 71, CE and F2. RGB value is (113,206,242). Sum of RGB (Red+Green+Blue) = 113+206+242=561 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.14% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #71CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CEF2 is #8E310D. Grayscale: #B6B6B6. Windows color (decimal): -9318670 or 15912561. OLE color: 15912561.

HSL color Cylindrical-coordinate representation of color #71CEF2: hue angle of 196.74º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71CEF2 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB113206242-
CMYK0.530.1500.05
HSL196.74º83.23%69.61%-
HSV(B)196.74º53.31%94.9%-
XYZ44.9154.0692.07-
YUV182.3161.6978.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.14%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 242 (94.92% from 255) = 43.14%
R=20.14%
G=36.72%
B=43.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132062420.530.1500.05196.7483.2369.61
Hex71CEF235F05c55346
Octal161316362651705305123106
Binary11100011100111011110010110101111101011100010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,206,242); }

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

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

 a { background-color: rgb(113,206,242); }

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

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

 span { border-color: rgb(113,206,242); }

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