Html Css Color HEX #71BFDF Malibu

📋 copy color: '#71BFDF'

red 113 ◦ green 191 ◦ blue 223

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

Shades of Malibu #71BFDF

Tints of Malibu #71BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 21.44%
G = 36.24%
B = 42.31%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71BFDF (or 0x71BFDF) is known color: Malibu. HEX triplet: 71, BF and DF. RGB value is (113,191,223). Sum of RGB (Red+Green+Blue) = 113+191+223=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #71BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFDF is #8E4020. Grayscale: #ABABAB. Windows color (decimal): -9322529 or 14663537. OLE color: 14663537.

HSL color Cylindrical-coordinate representation of color #71BFDF: hue angle of 197.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71BFDF is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 191 223 -
CMYK 0.49 0.14 0 0.13
HSL 197.45º 0.63% 0.66% -
HSV(B) 197.45º 0.49% 0.87% -
XYZ 38.76 46.1 76.67 -
YUV 171.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 113 191 223 0.49 0.14 0 0.13 197.45 0.63 0.66
Hex 71 BF DF 31 E 0 D C5 3F 42
Octal 161 277 337 61 16 0 15 305 77 102
Binary 1110001 10111111 11011111 110001 1110 0 1101 11000101 111111 1000010

Color Harmonies of #71BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BFDF

Black with #71BFDF

Text Example


Text Example

White with #71BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,191,223); }

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

background-color css

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

 a { background-color: rgb(113,191,223); }

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

border-color css

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

 span { border-color: rgb(113,191,223); }

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