Html Css Color HEX #71BBEB Malibu

📋 copy color: '#71BBEB'

red 113 ◦ green 187 ◦ blue 235

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

Shades of Malibu #71BBEB

Tints of Malibu #71BBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 21.12%
G = 34.95%
B = 43.93%

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

#71BBEB (or 0x71BBEB) is known color: Malibu. HEX triplet: 71, BB and EB. RGB value is (113,187,235). Sum of RGB (Red+Green+Blue) = 113+187+235=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #71BBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBEB is #8E4414. Grayscale: #AAAAAA. Windows color (decimal): -9323541 or 15448945. OLE color: 15448945.

HSL color Cylindrical-coordinate representation of color #71BBEB: hue angle of 203.61º degrees, saturation: 0.75, 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 #71BBEB is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 187 235 -
CMYK 0.52 0.20 0 0.08
HSL 203.61º 0.75% 0.68% -
HSV(B) 203.61º 0.52% 0.92% -
XYZ 39.58 45.05 85.21 -
YUV 170.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 113 187 235 0.52 0.20 0 0.08 203.61 0.75 0.68
Hex 71 BB EB 34 14 0 8 CC 4B 44
Octal 161 273 353 64 24 0 10 314 113 104
Binary 1110001 10111011 11101011 110100 10100 0 1000 11001100 1001011 1000100

Color Harmonies of #71BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBEB

Black with #71BBEB

Text Example


Text Example

White with #71BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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