Html Css Color HEX #5DB0DD Malibu

📋 copy color: '#5DB0DD'

red 93 ◦ green 176 ◦ blue 221

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

Shades of Malibu #5DB0DD

Tints of Malibu #5DB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 18.98%
G = 35.92%
B = 45.1%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DB0DD (or 0x5DB0DD) is known color: Malibu. HEX triplet: 5D, B0 and DD. RGB value is (93,176,221). Sum of RGB (Red+Green+Blue) = 93+176+221=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0DD is #A24F22. Grayscale: #9C9C9C. Windows color (decimal): -10637091 or 14528605. OLE color: 14528605.

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

Color convert

RGB 93 176 221 -
CMYK 0.58 0.20 0 0.13
HSL 201.09º 0.65% 0.62% -
HSV(B) 201.09º 0.58% 0.87% -
XYZ 33.09 38.6 74.11 -
YUV 156.31 164.5 82.84 -
System Red Green Blue C M Y K H S L
Decimal 93 176 221 0.58 0.20 0 0.13 201.09 0.65 0.62
Hex 5D B0 DD 3A 14 0 D C9 41 3E
Octal 135 260 335 72 24 0 15 311 101 76
Binary 1011101 10110000 11011101 111010 10100 0 1101 11001001 1000001 111110

Color Harmonies of #5DB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB0DD

Black with #5DB0DD

Text Example


Text Example

White with #5DB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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