#70CBFB

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

Shades of Maya Blue #70CBFB

Tints of Maya Blue #70CBFB

Color information

#70CBFB (or 0x70CBFB) is unknown color: approx Maya Blue. HEX triplet: 70, CB and FB. RGB value is (112,203,251). Sum of RGB (Red+Green+Blue) = 112+203+251=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #70CBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBFB is #8F3404. Grayscale: #B4B4B4. Windows color (decimal): -9384965 or 16501616. OLE color: 16501616.

HSL color Cylindrical-coordinate representation of color #70CBFB: hue angle of 200.72º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CBFB is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112203251-
CMYK0.550.1900.02
HSL200.72º94.56%71.18%-
HSV(B)200.72º55.38%98.43%-
XYZ45.4553.1299.12-
YUV181.26167.3578.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.79%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=19.79%
G=35.87%
B=44.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122032510.550.1900.02200.7294.5671.18
Hex70CBFB371302c95f47
Octal160313373672302311137107
Binary11100001100101111111011110111100110101100100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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