Html Css Color HEX #5DBAD6 Malibu

📋 copy color: '#5DBAD6'

red 93 ◦ green 186 ◦ blue 214

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

Shades of Malibu #5DBAD6

Tints of Malibu #5DBAD6

RGB

 RED value IS 93 (36.72% from 255) = 18.86%

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 18.86%
G = 37.73%
B = 43.41%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5DBAD6 (or 0x5DBAD6) is known color: Malibu. HEX triplet: 5D, BA and D6. RGB value is (93,186,214). Sum of RGB (Red+Green+Blue) = 93+186+214=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #5DBAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBAD6 is #A24529. Grayscale: #A1A1A1. Windows color (decimal): -10634538 or 14072413. OLE color: 14072413.

HSL color Cylindrical-coordinate representation of color #5DBAD6: hue angle of 193.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DBAD6 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 186 214 -
CMYK 0.57 0.13 0 0.16
HSL 193.88º 0.6% 0.6% -
HSV(B) 193.88º 0.57% 0.84% -
XYZ 34.21 42.3 69.98 -
YUV 161.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 93 186 214 0.57 0.13 0 0.16 193.88 0.6 0.6
Hex 5D BA D6 39 D 0 10 C2 3C 3C
Octal 135 272 326 71 15 0 20 302 74 74
Binary 1011101 10111010 11010110 111001 1101 0 10000 11000010 111100 111100

Color Harmonies of #5DBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBAD6

Black with #5DBAD6

Text Example


Text Example

White with #5DBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,214); }

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

background-color css

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

 a { background-color: rgb(93,186,214); }

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

border-color css

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

 span { border-color: rgb(93,186,214); }

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