#70CAFD

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

Shades of Maya Blue #70CAFD

Tints of Maya Blue #70CAFD

Color information

#70CAFD (or 0x70CAFD) is unknown color: approx Maya Blue. HEX triplet: 70, CA and FD. RGB value is (112,202,253). Sum of RGB (Red+Green+Blue) = 112+202+253=567 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.75% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #70CAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CAFD is #8F3502. Grayscale: #B4B4B4. Windows color (decimal): -9385219 or 16632432. OLE color: 16632432.

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

Color convert

RGB112202253-
CMYK0.560.2000.01
HSL201.7º97.24%71.57%-
HSV(B)201.7º55.73%99.22%-
XYZ45.5352.78100.72-
YUV180.9168.6878.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.75%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=19.75%
G=35.63%
B=44.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122022530.560.2000.01201.797.2471.57
Hex70CAFD381401ca6148
Octal160312375702401312141110
Binary1110000110010101111110111100010100011100101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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