Html Css Color HEX #70B1DC Malibu

📋 copy color: '#70B1DC'

red 112 ◦ green 177 ◦ blue 220

#70B1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #70B1DC

Tints of Malibu #70B1DC

RGB

 RED value IS 112 (44.14% from 255) = 22%

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 22%
G = 34.77%
B = 43.22%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70B1DC (or 0x70B1DC) is known color: Malibu. HEX triplet: 70, B1 and DC. RGB value is (112,177,220). Sum of RGB (Red+Green+Blue) = 112+177+220=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #70B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1DC is #8F4E23. Grayscale: #A2A2A2. Windows color (decimal): -9391652 or 14463344. OLE color: 14463344.

HSL color Cylindrical-coordinate representation of color #70B1DC: hue angle of 203.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B1DC is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 177 220 -
CMYK 0.49 0.20 0 0.14
HSL 203.89º 0.61% 0.65% -
HSV(B) 203.89º 0.49% 0.86% -
XYZ 35.32 40.06 73.58 -
YUV 162.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 112 177 220 0.49 0.20 0 0.14 203.89 0.61 0.65
Hex 70 B1 DC 31 14 0 E CC 3D 41
Octal 160 261 334 61 24 0 16 314 75 101
Binary 1110000 10110001 11011100 110001 10100 0 1110 11001100 111101 1000001

Color Harmonies of #70B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B1DC

Black with #70B1DC

Text Example


Text Example

White with #70B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,177,220); }

 H1.HeaderClassName
 {
   color: #70B1DC;
 }
 .AnyTagClassName
 {
   color: #70B1DC;
 }
</style>

background-color css

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

 a { background-color: rgb(112,177,220); }

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

border-color css

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

 span { border-color: rgb(112,177,220); }

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