Html Css Color HEX #5DBADD Malibu

📋 copy color: '#5DBADD'

red 93 ◦ green 186 ◦ blue 221

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

Shades of Malibu #5DBADD

Tints of Malibu #5DBADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 18.6%
G = 37.2%
B = 44.2%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DBADD (or 0x5DBADD) is known color: Malibu. HEX triplet: 5D, BA and DD. RGB value is (93,186,221). Sum of RGB (Red+Green+Blue) = 93+186+221=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBADD is #A24522. Grayscale: #A1A1A1. Windows color (decimal): -10634531 or 14531165. OLE color: 14531165.

HSL color Cylindrical-coordinate representation of color #5DBADD: hue angle of 196.41º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBADD is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 186 221 -
CMYK 0.58 0.16 0 0.13
HSL 196.41º 0.65% 0.62% -
HSV(B) 196.41º 0.58% 0.87% -
XYZ 35.12 42.67 74.79 -
YUV 162.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 93 186 221 0.58 0.16 0 0.13 196.41 0.65 0.62
Hex 5D BA DD 3A 10 0 D C4 41 3E
Octal 135 272 335 72 20 0 15 304 101 76
Binary 1011101 10111010 11011101 111010 10000 0 1101 11000100 1000001 111110

Color Harmonies of #5DBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBADD

Black with #5DBADD

Text Example


Text Example

White with #5DBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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