#70C3E7

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

Shades of Malibu #70C3E7

Tints of Malibu #70C3E7

Color information

#70C3E7 (or 0x70C3E7) is unknown color: approx Malibu. HEX triplet: 70, C3 and E7. RGB value is (112,195,231). Sum of RGB (Red+Green+Blue) = 112+195+231=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #70C3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C3E7 is #8F3C18. Grayscale: #AEAEAE. Windows color (decimal): -9387033 or 15188848. OLE color: 15188848.

HSL color Cylindrical-coordinate representation of color #70C3E7: hue angle of 198.15º 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 #70C3E7 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB112195231-
CMYK0.520.1600.09
HSL198.15º71.26%67.25%-
HSV(B)198.15º51.52%90.59%-
XYZ40.6248.2482.77-
YUV174.2916083.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.82%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 231 (90.62% from 255) = 42.94%
R=20.82%
G=36.25%
B=42.94%

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
Decimal1121952310.520.1600.09198.1571.2667.25
Hex70C3E7341009c64743
Octal1603033476420011306107103
Binary1110000110000111110011111010010000010011100011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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