Html Css Color HEX #70BADE Malibu

📋 copy color: '#70BADE'

red 112 ◦ green 186 ◦ blue 222

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

Shades of Malibu #70BADE

Tints of Malibu #70BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 21.54%
G = 35.77%
B = 42.69%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70BADE (or 0x70BADE) is known color: Malibu. HEX triplet: 70, BA and DE. RGB value is (112,186,222). Sum of RGB (Red+Green+Blue) = 112+186+222=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #70BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BADE is #8F4521. Grayscale: #A7A7A7. Windows color (decimal): -9389346 or 14596720. OLE color: 14596720.

HSL color Cylindrical-coordinate representation of color #70BADE: hue angle of 199.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70BADE is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 186 222 -
CMYK 0.50 0.16 0 0.13
HSL 199.64º 0.63% 0.65% -
HSV(B) 199.64º 0.5% 0.87% -
XYZ 37.43 43.84 75.6 -
YUV 167.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 112 186 222 0.50 0.16 0 0.13 199.64 0.63 0.65
Hex 70 BA DE 32 10 0 D C8 3E 41
Octal 160 272 336 62 20 0 15 310 76 101
Binary 1110000 10111010 11011110 110010 10000 0 1101 11001000 111110 1000001

Color Harmonies of #70BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BADE

Black with #70BADE

Text Example


Text Example

White with #70BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,222); }

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

background-color css

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

 a { background-color: rgb(112,186,222); }

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

border-color css

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

 span { border-color: rgb(112,186,222); }

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