Html Css Color HEX #71C0DD Malibu

📋 copy color: '#71C0DD'

red 113 ◦ green 192 ◦ blue 221

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

Shades of Malibu #71C0DD

Tints of Malibu #71C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 21.48%
G = 36.5%
B = 42.02%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71C0DD (or 0x71C0DD) is known color: Malibu. HEX triplet: 71, C0 and DD. RGB value is (113,192,221). Sum of RGB (Red+Green+Blue) = 113+192+221=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #71C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C0DD is #8E3F22. Grayscale: #ABABAB. Windows color (decimal): -9322275 or 14532721. OLE color: 14532721.

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

Color convert

RGB 113 192 221 -
CMYK 0.49 0.13 0 0.13
HSL 196.11º 0.61% 0.65% -
HSV(B) 196.11º 0.49% 0.87% -
XYZ 38.71 46.43 75.33 -
YUV 171.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 113 192 221 0.49 0.13 0 0.13 196.11 0.61 0.65
Hex 71 C0 DD 31 D 0 D C4 3D 41
Octal 161 300 335 61 15 0 15 304 75 101
Binary 1110001 11000000 11011101 110001 1101 0 1101 11000100 111101 1000001

Color Harmonies of #71C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C0DD

Black with #71C0DD

Text Example


Text Example

White with #71C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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