Html Css Color HEX #5DABDC Malibu

📋 copy color: '#5DABDC'

red 93 ◦ green 171 ◦ blue 220

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

Shades of Malibu #5DABDC

Tints of Malibu #5DABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 19.21%
G = 35.33%
B = 45.45%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DABDC (or 0x5DABDC) is known color: Malibu. HEX triplet: 5D, AB and DC. RGB value is (93,171,220). Sum of RGB (Red+Green+Blue) = 93+171+220=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABDC is #A25423. Grayscale: #989898. Windows color (decimal): -10638372 or 14461789. OLE color: 14461789.

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

Color convert

RGB 93 171 220 -
CMYK 0.58 0.22 0 0.14
HSL 203.15º 0.64% 0.61% -
HSV(B) 203.15º 0.58% 0.86% -
XYZ 32 36.62 73.09 -
YUV 153.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 93 171 220 0.58 0.22 0 0.14 203.15 0.64 0.61
Hex 5D AB DC 3A 16 0 E CB 40 3D
Octal 135 253 334 72 26 0 16 313 100 75
Binary 1011101 10101011 11011100 111010 10110 0 1110 11001011 1000000 111101

Color Harmonies of #5DABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABDC

Black with #5DABDC

Text Example


Text Example

White with #5DABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,220); }

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

background-color css

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

 a { background-color: rgb(93,171,220); }

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

border-color css

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

 span { border-color: rgb(93,171,220); }

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