Html Css Color HEX #70B0DD Malibu

📋 copy color: '#70B0DD'

red 112 ◦ green 176 ◦ blue 221

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

Shades of Malibu #70B0DD

Tints of Malibu #70B0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 22%
G = 34.58%
B = 43.42%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#70B0DD (or 0x70B0DD) is known color: Malibu. HEX triplet: 70, B0 and DD. RGB value is (112,176,221). Sum of RGB (Red+Green+Blue) = 112+176+221=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #70B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0DD is #8F4F22. Grayscale: #A1A1A1. Windows color (decimal): -9391907 or 14528624. OLE color: 14528624.

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

Color convert

RGB 112 176 221 -
CMYK 0.49 0.20 0 0.13
HSL 204.77º 0.62% 0.65% -
HSV(B) 204.77º 0.49% 0.87% -
XYZ 35.26 39.72 74.21 -
YUV 161.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 112 176 221 0.49 0.20 0 0.13 204.77 0.62 0.65
Hex 70 B0 DD 31 14 0 D CD 3E 41
Octal 160 260 335 61 24 0 15 315 76 101
Binary 1110000 10110000 11011101 110001 10100 0 1101 11001101 111110 1000001

Color Harmonies of #70B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B0DD

Black with #70B0DD

Text Example


Text Example

White with #70B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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