Html Css Color HEX #71BADE Malibu

📋 copy color: '#71BADE'

red 113 ◦ green 186 ◦ blue 222

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

Shades of Malibu #71BADE

Tints of Malibu #71BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 21.69%
G = 35.7%
B = 42.61%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#71BADE (or 0x71BADE) is known color: Malibu. HEX triplet: 71, BA and DE. RGB value is (113,186,222). Sum of RGB (Red+Green+Blue) = 113+186+222=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #71BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BADE is #8E4521. Grayscale: #A8A8A8. Windows color (decimal): -9323810 or 14596721. OLE color: 14596721.

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

Color convert

RGB 113 186 222 -
CMYK 0.49 0.16 0 0.13
HSL 199.82º 0.62% 0.66% -
HSV(B) 199.82º 0.49% 0.87% -
XYZ 37.55 43.9 75.6 -
YUV 168.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 113 186 222 0.49 0.16 0 0.13 199.82 0.62 0.66
Hex 71 BA DE 31 10 0 D C8 3E 42
Octal 161 272 336 61 20 0 15 310 76 102
Binary 1110001 10111010 11011110 110001 10000 0 1101 11001000 111110 1000010

Color Harmonies of #71BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BADE

Black with #71BADE

Text Example


Text Example

White with #71BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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