Html Css Color HEX #70B0DA Malibu

📋 copy color: '#70B0DA'

red 112 ◦ green 176 ◦ blue 218

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

Shades of Malibu #70B0DA

Tints of Malibu #70B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 22.13%
G = 34.78%
B = 43.08%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#70B0DA (or 0x70B0DA) is known color: Malibu. HEX triplet: 70, B0 and DA. RGB value is (112,176,218). Sum of RGB (Red+Green+Blue) = 112+176+218=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #70B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0DA is #8F4F25. Grayscale: #A1A1A1. Windows color (decimal): -9391910 or 14332016. OLE color: 14332016.

HSL color Cylindrical-coordinate representation of color #70B0DA: hue angle of 203.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B0DA is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 176 218 -
CMYK 0.49 0.19 0 0.15
HSL 203.77º 0.59% 0.65% -
HSV(B) 203.77º 0.49% 0.85% -
XYZ 34.86 39.56 72.13 -
YUV 161.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 112 176 218 0.49 0.19 0 0.15 203.77 0.59 0.65
Hex 70 B0 DA 31 13 0 F CC 3B 41
Octal 160 260 332 61 23 0 17 314 73 101
Binary 1110000 10110000 11011010 110001 10011 0 1111 11001100 111011 1000001

Color Harmonies of #70B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B0DA

Black with #70B0DA

Text Example


Text Example

White with #70B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,176,218); }

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

background-color css

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

 a { background-color: rgb(112,176,218); }

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

border-color css

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

 span { border-color: rgb(112,176,218); }

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