#70B4FE

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

Shades of Maya Blue #70B4FE

Tints of Maya Blue #70B4FE

Color information

#70B4FE (or 0x70B4FE) is unknown color: approx Maya Blue. HEX triplet: 70, B4 and FE. RGB value is (112,180,254). Sum of RGB (Red+Green+Blue) = 112+180+254=546 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.51% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #70B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B4FE is #8F4B01. Grayscale: #A7A7A7. Windows color (decimal): -9390850 or 16692336. OLE color: 16692336.

HSL color Cylindrical-coordinate representation of color #70B4FE: hue angle of 211.27º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70B4FE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB112180254-
CMYK0.560.2900.00
HSL211.27º98.61%71.76%-
HSV(B)211.27º55.91%99.61%-
XYZ40.8943.2499.96-
YUV168.1176.4787.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.51%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=20.51%
G=32.97%
B=46.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1121802540.560.2900.00211.2798.6171.76
Hex70B4FE381D00d36348
Octal160264376703500323143110
Binary1110000101101001111111011100011101001101001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,254); }

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

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

 a { background-color: rgb(112,180,254); }

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

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

 span { border-color: rgb(112,180,254); }

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