Html Css Color HEX #71BDDD Malibu

📋 copy color: '#71BDDD'

red 113 ◦ green 189 ◦ blue 221

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

Shades of Malibu #71BDDD

Tints of Malibu #71BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.14%

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

R = 21.61%
G = 36.14%
B = 42.26%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71BDDD (or 0x71BDDD) is known color: Malibu. HEX triplet: 71, BD and DD. RGB value is (113,189,221). Sum of RGB (Red+Green+Blue) = 113+189+221=523 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.61% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #71BDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDDD is #8E4222. Grayscale: #A9A9A9. Windows color (decimal): -9323043 or 14531953. OLE color: 14531953.

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

Color convert

RGB 113 189 221 -
CMYK 0.49 0.14 0 0.13
HSL 197.78º 0.61% 0.65% -
HSV(B) 197.78º 0.49% 0.87% -
XYZ 38.06 45.13 75.11 -
YUV 169.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 113 189 221 0.49 0.14 0 0.13 197.78 0.61 0.65
Hex 71 BD DD 31 E 0 D C6 3D 41
Octal 161 275 335 61 16 0 15 306 75 101
Binary 1110001 10111101 11011101 110001 1110 0 1101 11000110 111101 1000001

Color Harmonies of #71BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDDD

Black with #71BDDD

Text Example


Text Example

White with #71BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,189,221); }

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

background-color css

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

 a { background-color: rgb(113,189,221); }

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

border-color css

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

 span { border-color: rgb(113,189,221); }

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