#70B7FF

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

Shades of Maya Blue #70B7FF

Tints of Maya Blue #70B7FF

Color information

#70B7FF (or 0x70B7FF) is unknown color: approx Maya Blue. HEX triplet: 70, B7 and FF. RGB value is (112,183,255). Sum of RGB (Red+Green+Blue) = 112+183+255=550 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.36% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #70B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B7FF is #8F4800. Grayscale: #A9A9A9. Windows color (decimal): -9390081 or 16758640. OLE color: 16758640.

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

Color convert

RGB112183255-
CMYK0.560.2800
HSL210.21º100%71.96%-
HSV(B)210.21º56.08%100%-
XYZ41.6744.53101.01-
YUV169.98175.9886.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.36%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 255 (100% from 255) = 46.36%
R=20.36%
G=33.27%
B=46.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121832550.560.2800210.2110071.96
Hex70B7FF381C00d26448
Octal160267377703400322144110
Binary1110000101101111111111111100011100001101001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,255); }

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

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

 a { background-color: rgb(112,183,255); }

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

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

 span { border-color: rgb(112,183,255); }

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