Html Css Color HEX #71B9DC Malibu

📋 copy color: '#71B9DC'

red 113 ◦ green 185 ◦ blue 220

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

Shades of Malibu #71B9DC

Tints of Malibu #71B9DC

RGB

 RED value IS 113 (44.53% from 255) = 21.81%

 GREEN value IS 185 (72.66% from 255) = 35.71%

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

R = 21.81%
G = 35.71%
B = 42.47%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71B9DC (or 0x71B9DC) is known color: Malibu. HEX triplet: 71, B9 and DC. RGB value is (113,185,220). Sum of RGB (Red+Green+Blue) = 113+185+220=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #71B9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B9DC is #8E4623. Grayscale: #A7A7A7. Windows color (decimal): -9324068 or 14465393. OLE color: 14465393.

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

Color convert

RGB 113 185 220 -
CMYK 0.49 0.16 0 0.14
HSL 199.63º 0.6% 0.65% -
HSV(B) 199.63º 0.49% 0.86% -
XYZ 37.08 43.38 74.13 -
YUV 167.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 113 185 220 0.49 0.16 0 0.14 199.63 0.6 0.65
Hex 71 B9 DC 31 10 0 E C8 3C 41
Octal 161 271 334 61 20 0 16 310 74 101
Binary 1110001 10111001 11011100 110001 10000 0 1110 11001000 111100 1000001

Color Harmonies of #71B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B9DC

Black with #71B9DC

Text Example


Text Example

White with #71B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71B9DC; }

 p { color: rgb(113,185,220); }

 H1.HeaderClassName
 {
   color: #71B9DC;
 }
 .AnyTagClassName
 {
   color: #71B9DC;
 }
</style>

background-color css

<style>
 a { background-color: #71B9DC; }

 a { background-color: rgb(113,185,220); }

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

border-color css

<style>
 span { border-color: #71B9DC; }

 span { border-color: rgb(113,185,220); }

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