#70CCF8

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

Shades of Maya Blue #70CCF8

Tints of Maya Blue #70CCF8

Color information

#70CCF8 (or 0x70CCF8) is unknown color: approx Maya Blue. HEX triplet: 70, CC and F8. RGB value is (112,204,248). Sum of RGB (Red+Green+Blue) = 112+204+248=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #70CCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCF8 is #8F3307. Grayscale: #B5B5B5. Windows color (decimal): -9384712 or 16305264. OLE color: 16305264.

HSL color Cylindrical-coordinate representation of color #70CCF8: hue angle of 199.41º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70CCF8 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112204248-
CMYK0.550.1800.03
HSL199.41º90.67%70.59%-
HSV(B)199.41º54.84%97.25%-
XYZ45.2253.4196.73-
YUV181.51165.5278.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 248 (97.27% from 255) = 43.97%
R=19.86%
G=36.17%
B=43.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122042480.550.1800.03199.4190.6770.59
Hex70CCF8371203c75b47
Octal160314370672203307133107
Binary11100001100110011111000110111100100111100011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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