#70C1EA

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

Shades of Malibu #70C1EA

Tints of Malibu #70C1EA

Color information

#70C1EA (or 0x70C1EA) is unknown color: approx Malibu. HEX triplet: 70, C1 and EA. RGB value is (112,193,234). Sum of RGB (Red+Green+Blue) = 112+193+234=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #70C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C1EA is #8F3E15. Grayscale: #ADADAD. Windows color (decimal): -9387542 or 15384944. OLE color: 15384944.

HSL color Cylindrical-coordinate representation of color #70C1EA: hue angle of 200.16º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C1EA is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112193234-
CMYK0.520.1800.08
HSL200.16º74.39%67.84%-
HSV(B)200.16º52.14%91.76%-
XYZ40.647.5384.88-
YUV173.46162.1684.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.78%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=20.78%
G=35.81%
B=43.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121932340.520.1800.08200.1674.3967.84
Hex70C1EA341208c84a44
Octal1603013526422010310112104
Binary1110000110000011110101011010010010010001100100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,193,234); }

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

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

 a { background-color: rgb(112,193,234); }

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

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

 span { border-color: rgb(112,193,234); }

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