#70C1E7

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

Shades of Malibu #70C1E7

Tints of Malibu #70C1E7

Color information

#70C1E7 (or 0x70C1E7) is unknown color: approx Malibu. HEX triplet: 70, C1 and E7. RGB value is (112,193,231). Sum of RGB (Red+Green+Blue) = 112+193+231=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #70C1E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C1E7 is #8F3E18. Grayscale: #ACACAC. Windows color (decimal): -9387545 or 15188336. OLE color: 15188336.

HSL color Cylindrical-coordinate representation of color #70C1E7: hue angle of 199.16º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C1E7 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB112193231-
CMYK0.520.1600.09
HSL199.16º71.26%67.25%-
HSV(B)199.16º51.52%90.59%-
XYZ40.1847.3582.62-
YUV173.11160.6684.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.90%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 231 (90.62% from 255) = 43.10%
R=20.90%
G=36.01%
B=43.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1121932310.520.1600.09199.1671.2667.25
Hex70C1E7341009c74743
Octal1603013476420011307107103
Binary1110000110000011110011111010010000010011100011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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