Html Css Color HEX #71BADB Malibu

📋 copy color: '#71BADB'

red 113 ◦ green 186 ◦ blue 219

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

Shades of Malibu #71BADB

Tints of Malibu #71BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 21.81%
G = 35.91%
B = 42.28%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71BADB (or 0x71BADB) is known color: Malibu. HEX triplet: 71, BA and DB. RGB value is (113,186,219). Sum of RGB (Red+Green+Blue) = 113+186+219=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #71BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BADB is #8E4524. Grayscale: #A7A7A7. Windows color (decimal): -9323813 or 14400113. OLE color: 14400113.

HSL color Cylindrical-coordinate representation of color #71BADB: hue angle of 198.68º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71BADB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 186 219 -
CMYK 0.48 0.15 0 0.14
HSL 198.68º 0.6% 0.65% -
HSV(B) 198.68º 0.48% 0.86% -
XYZ 37.16 43.74 73.5 -
YUV 167.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 113 186 219 0.48 0.15 0 0.14 198.68 0.6 0.65
Hex 71 BA DB 30 F 0 E C7 3C 41
Octal 161 272 333 60 17 0 16 307 74 101
Binary 1110001 10111010 11011011 110000 1111 0 1110 11000111 111100 1000001

Color Harmonies of #71BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BADB

Black with #71BADB

Text Example


Text Example

White with #71BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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