#70C1EB

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

Shades of Malibu #70C1EB

Tints of Malibu #70C1EB

Color information

#70C1EB (or 0x70C1EB) is unknown color: approx Malibu. HEX triplet: 70, C1 and EB. RGB value is (112,193,235). Sum of RGB (Red+Green+Blue) = 112+193+235=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #70C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C1EB is #8F3E14. Grayscale: #ADADAD. Windows color (decimal): -9387541 or 15450480. OLE color: 15450480.

HSL color Cylindrical-coordinate representation of color #70C1EB: hue angle of 200.49º degrees, saturation: 0.75, 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 #70C1EB is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112193235-
CMYK0.520.1800.08
HSL200.49º75.46%68.04%-
HSV(B)200.49º52.34%92.16%-
XYZ40.7547.5885.63-
YUV173.57162.6684.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.74%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=20.74%
G=35.74%
B=43.52%

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
Decimal1121932350.520.1800.08200.4975.4668.04
Hex70C1EB341208c84b44
Octal1603013536422010310113104
Binary1110000110000011110101111010010010010001100100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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