#70BFEC

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

Shades of Maya Blue #70BFEC

Tints of Maya Blue #70BFEC

Color information

#70BFEC (or 0x70BFEC) is unknown color: approx Maya Blue. HEX triplet: 70, BF and EC. RGB value is (112,191,236). Sum of RGB (Red+Green+Blue) = 112+191+236=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #70BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFEC is #8F4013. Grayscale: #ACACAC. Windows color (decimal): -9388052 or 15515504. OLE color: 15515504.

HSL color Cylindrical-coordinate representation of color #70BFEC: hue angle of 201.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BFEC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112191236-
CMYK0.530.1900.07
HSL201.77º76.54%68.24%-
HSV(B)201.77º52.54%92.55%-
XYZ40.4546.7686.25-
YUV172.51163.8384.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.78%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=20.78%
G=35.44%
B=43.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121912360.530.1900.07201.7776.5468.24
Hex70BFEC351307ca4d44
Octal160277354652307312115104
Binary111000010111111111011001101011001101111100101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,236); }

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

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

 a { background-color: rgb(112,191,236); }

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

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

 span { border-color: rgb(112,191,236); }

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