#70C0F1

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

Shades of Maya Blue #70C0F1

Tints of Maya Blue #70C0F1

Color information

#70C0F1 (or 0x70C0F1) is unknown color: approx Maya Blue. HEX triplet: 70, C0 and F1. RGB value is (112,192,241). Sum of RGB (Red+Green+Blue) = 112+192+241=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #70C0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C0F1 is #8F3F0E. Grayscale: #ADADAD. Windows color (decimal): -9387791 or 15843440. OLE color: 15843440.

HSL color Cylindrical-coordinate representation of color #70C0F1: hue angle of 202.79º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70C0F1 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112192241-
CMYK0.540.2000.05
HSL202.79º82.17%69.22%-
HSV(B)202.79º53.53%94.51%-
XYZ41.4147.4990.2-
YUV173.6716684.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.55%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=20.55%
G=35.23%
B=44.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121922410.540.2000.05202.7982.1769.22
Hex70C0F1361405cb5245
Octal160300361662405313122105
Binary111000011000000111100011101101010001011100101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,192,241); }

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

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

 a { background-color: rgb(112,192,241); }

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

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

 span { border-color: rgb(112,192,241); }

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