Html Css Color HEX #71BADD Malibu

📋 copy color: '#71BADD'

red 113 ◦ green 186 ◦ blue 221

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

Shades of Malibu #71BADD

Tints of Malibu #71BADD

RGB

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

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

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

R = 21.73%
G = 35.77%
B = 42.5%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71BADD (or 0x71BADD) is known color: Malibu. HEX triplet: 71, BA and DD. RGB value is (113,186,221). Sum of RGB (Red+Green+Blue) = 113+186+221=520 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.73% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #71BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BADD is #8E4522. Grayscale: #A7A7A7. Windows color (decimal): -9323811 or 14531185. OLE color: 14531185.

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

Color convert

RGB 113 186 221 -
CMYK 0.49 0.16 0 0.13
HSL 199.44º 0.61% 0.65% -
HSV(B) 199.44º 0.49% 0.87% -
XYZ 37.42 43.85 74.9 -
YUV 168.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 113 186 221 0.49 0.16 0 0.13 199.44 0.61 0.65
Hex 71 BA DD 31 10 0 D C7 3D 41
Octal 161 272 335 61 20 0 15 307 75 101
Binary 1110001 10111010 11011101 110001 10000 0 1101 11000111 111101 1000001

Color Harmonies of #71BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BADD

Black with #71BADD

Text Example


Text Example

White with #71BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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