Html Css Color HEX #71B5DB Malibu

📋 copy color: '#71B5DB'

red 113 ◦ green 181 ◦ blue 219

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

Shades of Malibu #71B5DB

Tints of Malibu #71B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 22.03%
G = 35.28%
B = 42.69%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71B5DB (or 0x71B5DB) is known color: Malibu. HEX triplet: 71, B5 and DB. RGB value is (113,181,219). Sum of RGB (Red+Green+Blue) = 113+181+219=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B5DB is #8E4A24. Grayscale: #A4A4A4. Windows color (decimal): -9325093 or 14398833. OLE color: 14398833.

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

Color convert

RGB 113 181 219 -
CMYK 0.48 0.17 0 0.14
HSL 201.51º 0.6% 0.65% -
HSV(B) 201.51º 0.48% 0.86% -
XYZ 36.12 41.67 73.16 -
YUV 165 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 113 181 219 0.48 0.17 0 0.14 201.51 0.6 0.65
Hex 71 B5 DB 30 11 0 E CA 3C 41
Octal 161 265 333 60 21 0 16 312 74 101
Binary 1110001 10110101 11011011 110000 10001 0 1110 11001010 111100 1000001

Color Harmonies of #71B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B5DB

Black with #71B5DB

Text Example


Text Example

White with #71B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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