#70BEFC

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

Shades of Maya Blue #70BEFC

Tints of Maya Blue #70BEFC

Color information

#70BEFC (or 0x70BEFC) is unknown color: approx Maya Blue. HEX triplet: 70, BE and FC. RGB value is (112,190,252). Sum of RGB (Red+Green+Blue) = 112+190+252=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #70BEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEFC is #8F4103. Grayscale: #ADADAD. Windows color (decimal): -9388292 or 16563824. OLE color: 16563824.

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

Color convert

RGB112190252-
CMYK0.560.2500.01
HSL206.57º95.89%71.37%-
HSV(B)206.57º55.56%98.82%-
XYZ42.6747.398.98-
YUV173.75172.1683.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.22%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 252 (98.83% from 255) = 45.49%
R=20.22%
G=34.30%
B=45.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121902520.560.2500.01206.5795.8971.37
Hex70BEFC381901cf6047
Octal160276374703101317140107
Binary1110000101111101111110011100011001011100111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,252); }

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

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

 a { background-color: rgb(112,190,252); }

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

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

 span { border-color: rgb(112,190,252); }

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