#70CCF9

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

Shades of Maya Blue #70CCF9

Tints of Maya Blue #70CCF9

Color information

#70CCF9 (or 0x70CCF9) is unknown color: approx Maya Blue. HEX triplet: 70, CC and F9. RGB value is (112,204,249). Sum of RGB (Red+Green+Blue) = 112+204+249=565 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.82% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #70CCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCF9 is #8F3306. Grayscale: #B5B5B5. Windows color (decimal): -9384711 or 16370800. OLE color: 16370800.

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

Color convert

RGB112204249-
CMYK0.550.1800.02
HSL199.71º91.95%70.78%-
HSV(B)199.71º55.02%97.65%-
XYZ45.3753.4797.55-
YUV181.62166.0278.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.82%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=19.82%
G=36.11%
B=44.07%

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
Decimal1122042490.550.1800.02199.7191.9570.78
Hex70CCF9371202c85c47
Octal160314371672202310134107
Binary11100001100110011111001110111100100101100100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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