#70C9FD

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

Shades of Maya Blue #70C9FD

Tints of Maya Blue #70C9FD

Color information

#70C9FD (or 0x70C9FD) is unknown color: approx Maya Blue. HEX triplet: 70, C9 and FD. RGB value is (112,201,253). Sum of RGB (Red+Green+Blue) = 112+201+253=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #70C9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C9FD is #8F3602. Grayscale: #B4B4B4. Windows color (decimal): -9385475 or 16632176. OLE color: 16632176.

HSL color Cylindrical-coordinate representation of color #70C9FD: hue angle of 202.13º 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 #70C9FD is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112201253-
CMYK0.560.2100.01
HSL202.13º97.24%71.57%-
HSV(B)202.13º55.73%99.22%-
XYZ45.352.31100.64-
YUV180.32169.0179.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.79%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=19.79%
G=35.51%
B=44.70%

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
Decimal1122012530.560.2100.01202.1397.2471.57
Hex70C9FD381501ca6148
Octal160311375702501312141110
Binary1110000110010011111110111100010101011100101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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