Html Css Color HEX #5BBFDB Malibu

📋 copy color: '#5BBFDB'

red 91 ◦ green 191 ◦ blue 219

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

Shades of Malibu #5BBFDB

Tints of Malibu #5BBFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 38.12%

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

R = 18.16%
G = 38.12%
B = 43.71%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BBFDB (or 0x5BBFDB) is known color: Malibu. HEX triplet: 5B, BF and DB. RGB value is (91,191,219). Sum of RGB (Red+Green+Blue) = 91+191+219=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFDB is #A44024. Grayscale: #A4A4A4. Windows color (decimal): -10764325 or 14401371. OLE color: 14401371.

HSL color Cylindrical-coordinate representation of color #5BBFDB: hue angle of 193.12º 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 #5BBFDB is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 191 219 -
CMYK 0.58 0.13 0 0.14
HSL 193.13º 0.64% 0.61% -
HSV(B) 193.13º 0.58% 0.86% -
XYZ 35.73 44.6 73.74 -
YUV 164.29 158.87 75.72 -
System Red Green Blue C M Y K H S L
Decimal 91 191 219 0.58 0.13 0 0.14 193.13 0.64 0.61
Hex 5B BF DB 3A D 0 E C1 40 3D
Octal 133 277 333 72 15 0 16 301 100 75
Binary 1011011 10111111 11011011 111010 1101 0 1110 11000001 1000000 111101

Color Harmonies of #5BBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBFDB

Black with #5BBFDB

Text Example


Text Example

White with #5BBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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