#70CBFF

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

Shades of Maya Blue #70CBFF

Tints of Maya Blue #70CBFF

Color information

#70CBFF (or 0x70CBFF) is unknown color: approx Maya Blue. HEX triplet: 70, CB and FF. RGB value is (112,203,255). Sum of RGB (Red+Green+Blue) = 112+203+255=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #70CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBFF is #8F3400. Grayscale: #B5B5B5. Windows color (decimal): -9384961 or 16763760. OLE color: 16763760.

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

Color convert

RGB112203255-
CMYK0.560.2000
HSL201.82º100%71.96%-
HSV(B)201.82º56.08%100%-
XYZ46.0953.38102.48-
YUV181.72169.3578.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.65%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 255 (100% from 255) = 44.74%
R=19.65%
G=35.61%
B=44.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122032550.560.2000201.8210071.96
Hex70CBFF381400ca6448
Octal160313377702400312144110
Binary1110000110010111111111111100010100001100101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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