Html Css Color HEX #5DBADC Malibu

📋 copy color: '#5DBADC'

red 93 ◦ green 186 ◦ blue 220

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

Shades of Malibu #5DBADC

Tints of Malibu #5DBADC

RGB

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

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

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

R = 18.64%
G = 37.27%
B = 44.09%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DBADC (or 0x5DBADC) is known color: Malibu. HEX triplet: 5D, BA and DC. RGB value is (93,186,220). Sum of RGB (Red+Green+Blue) = 93+186+220=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBADC is #A24523. Grayscale: #A1A1A1. Windows color (decimal): -10634532 or 14465629. OLE color: 14465629.

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

Color convert

RGB 93 186 220 -
CMYK 0.58 0.15 0 0.14
HSL 196.06º 0.64% 0.61% -
HSV(B) 196.06º 0.58% 0.86% -
XYZ 34.99 42.61 74.09 -
YUV 162.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 93 186 220 0.58 0.15 0 0.14 196.06 0.64 0.61
Hex 5D BA DC 3A F 0 E C4 40 3D
Octal 135 272 334 72 17 0 16 304 100 75
Binary 1011101 10111010 11011100 111010 1111 0 1110 11000100 1000000 111101

Color Harmonies of #5DBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBADC

Black with #5DBADC

Text Example


Text Example

White with #5DBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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