#70BEFD

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

Shades of Maya Blue #70BEFD

Tints of Maya Blue #70BEFD

Color information

#70BEFD (or 0x70BEFD) is unknown color: approx Maya Blue. HEX triplet: 70, BE and FD. RGB value is (112,190,253). Sum of RGB (Red+Green+Blue) = 112+190+253=555 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.18% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #70BEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEFD is #8F4102. Grayscale: #ADADAD. Windows color (decimal): -9388291 or 16629360. OLE color: 16629360.

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

Color convert

RGB112190253-
CMYK0.560.2500.01
HSL206.81º97.24%71.57%-
HSV(B)206.81º55.73%99.22%-
XYZ42.8347.3699.81-
YUV173.86172.6683.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.18%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=20.18%
G=34.23%
B=45.59%

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
Decimal1121902530.560.2500.01206.8197.2471.57
Hex70BEFD381901cf6148
Octal160276375703101317141110
Binary1110000101111101111110111100011001011100111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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