#70C1E6

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

Shades of Malibu #70C1E6

Tints of Malibu #70C1E6

Color information

#70C1E6 (or 0x70C1E6) is unknown color: approx Malibu. HEX triplet: 70, C1 and E6. RGB value is (112,193,230). Sum of RGB (Red+Green+Blue) = 112+193+230=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #70C1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C1E6 is #8F3E19. Grayscale: #ACACAC. Windows color (decimal): -9387546 or 15122800. OLE color: 15122800.

HSL color Cylindrical-coordinate representation of color #70C1E6: hue angle of 198.81º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70C1E6 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB112193230-
CMYK0.510.1600.10
HSL198.81º70.24%67.06%-
HSV(B)198.81º51.3%90.2%-
XYZ40.0347.381.88-
YUV173160.1684.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.93%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=20.93%
G=36.07%
B=42.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1121932300.510.1600.10198.8170.2467.06
Hex70C1E633100Ac74643
Octal1603013466320012307106103
Binary1110000110000011110011011001110000010101100011110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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