Html Css Color HEX #71B2DD Malibu

📋 copy color: '#71B2DD'

red 113 ◦ green 178 ◦ blue 221

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

Shades of Malibu #71B2DD

Tints of Malibu #71B2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 22.07%
G = 34.77%
B = 43.16%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71B2DD (or 0x71B2DD) is known color: Malibu. HEX triplet: 71, B2 and DD. RGB value is (113,178,221). Sum of RGB (Red+Green+Blue) = 113+178+221=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #71B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B2DD is #8E4D22. Grayscale: #A3A3A3. Windows color (decimal): -9325859 or 14529137. OLE color: 14529137.

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

Color convert

RGB 113 178 221 -
CMYK 0.49 0.19 0 0.13
HSL 203.89º 0.61% 0.65% -
HSV(B) 203.89º 0.49% 0.87% -
XYZ 35.78 40.57 74.35 -
YUV 163.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 113 178 221 0.49 0.19 0 0.13 203.89 0.61 0.65
Hex 71 B2 DD 31 13 0 D CC 3D 41
Octal 161 262 335 61 23 0 15 314 75 101
Binary 1110001 10110010 11011101 110001 10011 0 1101 11001100 111101 1000001

Color Harmonies of #71B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B2DD

Black with #71B2DD

Text Example


Text Example

White with #71B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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