Html Css Color HEX #5BBCDC Malibu

📋 copy color: '#5BBCDC'

red 91 ◦ green 188 ◦ blue 220

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

Shades of Malibu #5BBCDC

Tints of Malibu #5BBCDC

RGB

 RED value IS 91 (35.94% from 255) = 18.24%

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 18.24%
G = 37.68%
B = 44.09%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BBCDC (or 0x5BBCDC) is known color: Malibu. HEX triplet: 5B, BC and DC. RGB value is (91,188,220). Sum of RGB (Red+Green+Blue) = 91+188+220=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCDC is #A44323. Grayscale: #A2A2A2. Windows color (decimal): -10765092 or 14466139. OLE color: 14466139.

HSL color Cylindrical-coordinate representation of color #5BBCDC: hue angle of 194.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBCDC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 188 220 -
CMYK 0.59 0.15 0 0.14
HSL 194.88º 0.65% 0.61% -
HSV(B) 194.88º 0.59% 0.86% -
XYZ 35.22 43.36 74.22 -
YUV 162.65 160.36 76.9 -
System Red Green Blue C M Y K H S L
Decimal 91 188 220 0.59 0.15 0 0.14 194.88 0.65 0.61
Hex 5B BC DC 3B F 0 E C3 41 3D
Octal 133 274 334 73 17 0 16 303 101 75
Binary 1011011 10111100 11011100 111011 1111 0 1110 11000011 1000001 111101

Color Harmonies of #5BBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCDC

Black with #5BBCDC

Text Example


Text Example

White with #5BBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BBCDC; }

 p { color: rgb(91,188,220); }

 H1.HeaderClassName
 {
   color: #5BBCDC;
 }
 .AnyTagClassName
 {
   color: #5BBCDC;
 }
</style>

background-color css

<style>
 a { background-color: #5BBCDC; }

 a { background-color: rgb(91,188,220); }

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

border-color css

<style>
 span { border-color: #5BBCDC; }

 span { border-color: rgb(91,188,220); }

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