#70C7FC

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

Shades of Maya Blue #70C7FC

Tints of Maya Blue #70C7FC

Color information

#70C7FC (or 0x70C7FC) is unknown color: approx Maya Blue. HEX triplet: 70, C7 and FC. RGB value is (112,199,252). Sum of RGB (Red+Green+Blue) = 112+199+252=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #70C7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C7FC is #8F3803. Grayscale: #B2B2B2. Windows color (decimal): -9385988 or 16566128. OLE color: 16566128.

HSL color Cylindrical-coordinate representation of color #70C7FC: hue angle of 202.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C7FC is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112199252-
CMYK0.560.2100.01
HSL202.71º95.89%71.37%-
HSV(B)202.71º55.56%98.82%-
XYZ44.6851.3299.65-
YUV179.03169.1880.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.89%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=19.89%
G=35.35%
B=44.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121992520.560.2100.01202.7195.8971.37
Hex70C7FC381501cb6047
Octal160307374702501313140107
Binary1110000110001111111110011100010101011100101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C7FC; }

 p { color: rgb(112,199,252); }

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

<style>
 a { background-color: #70C7FC; }

 a { background-color: rgb(112,199,252); }

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

<style>
 span { border-color: #70C7FC; }

 span { border-color: rgb(112,199,252); }

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