#70C7FD

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

Shades of Maya Blue #70C7FD

Tints of Maya Blue #70C7FD

Color information

#70C7FD (or 0x70C7FD) is unknown color: approx Maya Blue. HEX triplet: 70, C7 and FD. RGB value is (112,199,253). Sum of RGB (Red+Green+Blue) = 112+199+253=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #70C7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C7FD is #8F3802. Grayscale: #B2B2B2. Windows color (decimal): -9385987 or 16631664. OLE color: 16631664.

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

Color convert

RGB112199253-
CMYK0.560.2100.01
HSL202.98º97.24%71.57%-
HSV(B)202.98º55.73%99.22%-
XYZ44.8451.38100.48-
YUV179.14169.6880.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=19.86%
G=35.28%
B=44.86%

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
Decimal1121992530.560.2100.01202.9897.2471.57
Hex70C7FD381501cb6148
Octal160307375702501313141110
Binary1110000110001111111110111100010101011100101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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