Html Css Color HEX #71BCEB Malibu

📋 copy color: '#71BCEB'

red 113 ◦ green 188 ◦ blue 235

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

Shades of Malibu #71BCEB

Tints of Malibu #71BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

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

R = 21.08%
G = 35.07%
B = 43.84%

CMYK

 C value IS 0.52

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71BCEB (or 0x71BCEB) is known color: Malibu. HEX triplet: 71, BC and EB. RGB value is (113,188,235). Sum of RGB (Red+Green+Blue) = 113+188+235=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #71BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BCEB is #8E4314. Grayscale: #AAAAAA. Windows color (decimal): -9323285 or 15449201. OLE color: 15449201.

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

Color convert

RGB 113 188 235 -
CMYK 0.52 0.2 0 0.08
HSL 203.11º 0.75% 0.68% -
HSV(B) 203.11º 0.52% 0.92% -
XYZ 39.79 45.48 85.28 -
YUV 170.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 113 188 235 0.52 0.2 0 0.08 203.11 0.75 0.68
Hex 71 BC EB 34 14 0 8 CB 4B 44
Octal 161 274 353 64 24 0 10 313 113 104
Binary 1110001 10111100 11101011 110100 10100 0 1000 11001011 1001011 1000100

Color Harmonies of #71BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BCEB

Black with #71BCEB

Text Example


Text Example

White with #71BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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