Html Css Color HEX #5BC4DB Malibu

📋 copy color: '#5BC4DB'

red 91 ◦ green 196 ◦ blue 219

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

Shades of Malibu #5BC4DB

Tints of Malibu #5BC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

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

R = 17.98%
G = 38.74%
B = 43.28%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BC4DB (or 0x5BC4DB) is known color: Malibu. HEX triplet: 5B, C4 and DB. RGB value is (91,196,219). Sum of RGB (Red+Green+Blue) = 91+196+219=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC4DB is #A43B24. Grayscale: #A7A7A7. Windows color (decimal): -10763045 or 14402651. OLE color: 14402651.

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

Color convert

RGB 91 196 219 -
CMYK 0.58 0.11 0 0.14
HSL 190.78º 0.64% 0.61% -
HSV(B) 190.78º 0.58% 0.86% -
XYZ 36.84 46.82 74.11 -
YUV 167.23 157.21 73.63 -
System Red Green Blue C M Y K H S L
Decimal 91 196 219 0.58 0.11 0 0.14 190.78 0.64 0.61
Hex 5B C4 DB 3A B 0 E BF 40 3D
Octal 133 304 333 72 13 0 16 277 100 75
Binary 1011011 11000100 11011011 111010 1011 0 1110 10111111 1000000 111101

Color Harmonies of #5BC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC4DB

Black with #5BC4DB

Text Example


Text Example

White with #5BC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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