Html Css Color HEX #70BBDC Malibu

📋 copy color: '#70BBDC'

red 112 ◦ green 187 ◦ blue 220

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

Shades of Malibu #70BBDC

Tints of Malibu #70BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

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

R = 21.58%
G = 36.03%
B = 42.39%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70BBDC (or 0x70BBDC) is known color: Malibu. HEX triplet: 70, BB and DC. RGB value is (112,187,220). Sum of RGB (Red+Green+Blue) = 112+187+220=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #70BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBDC is #8F4423. Grayscale: #A8A8A8. Windows color (decimal): -9389092 or 14465904. OLE color: 14465904.

HSL color Cylindrical-coordinate representation of color #70BBDC: hue angle of 198.33º 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 #70BBDC is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 187 220 -
CMYK 0.49 0.15 0 0.14
HSL 198.33º 0.61% 0.65% -
HSV(B) 198.33º 0.49% 0.86% -
XYZ 37.37 44.15 74.26 -
YUV 168.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 112 187 220 0.49 0.15 0 0.14 198.33 0.61 0.65
Hex 70 BB DC 31 F 0 E C6 3D 41
Octal 160 273 334 61 17 0 16 306 75 101
Binary 1110000 10111011 11011100 110001 1111 0 1110 11000110 111101 1000001

Color Harmonies of #70BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBDC

Black with #70BBDC

Text Example


Text Example

White with #70BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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