Html Css Color HEX #5BB8DB Malibu

📋 copy color: '#5BB8DB'

red 91 ◦ green 184 ◦ blue 219

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

Shades of Malibu #5BB8DB

Tints of Malibu #5BB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.25%

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 18.42%
G = 37.25%
B = 44.33%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BB8DB (or 0x5BB8DB) is known color: Malibu. HEX triplet: 5B, B8 and DB. RGB value is (91,184,219). Sum of RGB (Red+Green+Blue) = 91+184+219=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BB8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB8DB is #A44724. Grayscale: #9F9F9F. Windows color (decimal): -10766117 or 14399579. OLE color: 14399579.

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

Color convert

RGB 91 184 219 -
CMYK 0.58 0.16 0 0.14
HSL 196.41º 0.64% 0.61% -
HSV(B) 196.41º 0.58% 0.86% -
XYZ 34.24 41.62 73.25 -
YUV 160.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 91 184 219 0.58 0.16 0 0.14 196.41 0.64 0.61
Hex 5B B8 DB 3A 10 0 E C4 40 3D
Octal 133 270 333 72 20 0 16 304 100 75
Binary 1011011 10111000 11011011 111010 10000 0 1110 11000100 1000000 111101

Color Harmonies of #5BB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB8DB

Black with #5BB8DB

Text Example


Text Example

White with #5BB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,184,219); }

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

background-color css

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

 a { background-color: rgb(91,184,219); }

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

border-color css

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

 span { border-color: rgb(91,184,219); }

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