Html Css Color HEX #71BBEA Malibu

📋 copy color: '#71BBEA'

red 113 ◦ green 187 ◦ blue 234

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

Shades of Malibu #71BBEA

Tints of Malibu #71BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.02%

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 21.16%
G = 35.02%
B = 43.82%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71BBEA (or 0x71BBEA) is known color: Malibu. HEX triplet: 71, BB and EA. RGB value is (113,187,234). Sum of RGB (Red+Green+Blue) = 113+187+234=534 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.16% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #71BBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBEA is #8E4415. Grayscale: #A9A9A9. Windows color (decimal): -9323542 or 15383409. OLE color: 15383409.

HSL color Cylindrical-coordinate representation of color #71BBEA: hue angle of 203.31º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71BBEA is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 187 234 -
CMYK 0.52 0.20 0 0.08
HSL 203.31º 0.74% 0.68% -
HSV(B) 203.31º 0.52% 0.92% -
XYZ 39.43 44.99 84.45 -
YUV 170.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 113 187 234 0.52 0.20 0 0.08 203.31 0.74 0.68
Hex 71 BB EA 34 14 0 8 CB 4A 44
Octal 161 273 352 64 24 0 10 313 112 104
Binary 1110001 10111011 11101010 110100 10100 0 1000 11001011 1001010 1000100

Color Harmonies of #71BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBEA

Black with #71BBEA

Text Example


Text Example

White with #71BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,187,234); }

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

background-color css

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

 a { background-color: rgb(113,187,234); }

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

border-color css

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

 span { border-color: rgb(113,187,234); }

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