#70CBF9

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

Shades of Maya Blue #70CBF9

Tints of Maya Blue #70CBF9

Color information

#70CBF9 (or 0x70CBF9) is unknown color: approx Maya Blue. HEX triplet: 70, CB and F9. RGB value is (112,203,249). Sum of RGB (Red+Green+Blue) = 112+203+249=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #70CBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBF9 is #8F3406. Grayscale: #B4B4B4. Windows color (decimal): -9384967 or 16370544. OLE color: 16370544.

HSL color Cylindrical-coordinate representation of color #70CBF9: hue angle of 200.15º degrees, saturation: 0.92, 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 #70CBF9 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112203249-
CMYK0.550.1800.02
HSL200.15º91.95%70.78%-
HSV(B)200.15º55.02%97.65%-
XYZ45.145397.47-
YUV181.04166.3578.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 249 (97.66% from 255) = 44.15%
R=19.86%
G=35.99%
B=44.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122032490.550.1800.02200.1591.9570.78
Hex70CBF9371202c85c47
Octal160313371672202310134107
Binary11100001100101111111001110111100100101100100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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