Html Css Color HEX #70BCDB Malibu

📋 copy color: '#70BCDB'

red 112 ◦ green 188 ◦ blue 219

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

Shades of Malibu #70BCDB

Tints of Malibu #70BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 21.58%
G = 36.22%
B = 42.2%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70BCDB (or 0x70BCDB) is known color: Malibu. HEX triplet: 70, BC and DB. RGB value is (112,188,219). Sum of RGB (Red+Green+Blue) = 112+188+219=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #70BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCDB is #8F4324. Grayscale: #A8A8A8. Windows color (decimal): -9388837 or 14400624. OLE color: 14400624.

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

Color convert

RGB 112 188 219 -
CMYK 0.49 0.14 0 0.14
HSL 197.38º 0.6% 0.65% -
HSV(B) 197.38º 0.49% 0.86% -
XYZ 37.45 44.53 73.64 -
YUV 168.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 112 188 219 0.49 0.14 0 0.14 197.38 0.6 0.65
Hex 70 BC DB 31 E 0 E C5 3C 41
Octal 160 274 333 61 16 0 16 305 74 101
Binary 1110000 10111100 11011011 110001 1110 0 1110 11000101 111100 1000001

Color Harmonies of #70BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCDB

Black with #70BCDB

Text Example


Text Example

White with #70BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,219); }

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

background-color css

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

 a { background-color: rgb(112,188,219); }

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

border-color css

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

 span { border-color: rgb(112,188,219); }

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