Html Css Color HEX #5DADD8 Malibu

📋 copy color: '#5DADD8'

red 93 ◦ green 173 ◦ blue 216

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

Shades of Malibu #5DADD8

Tints of Malibu #5DADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 19.29%
G = 35.89%
B = 44.81%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5DADD8 (or 0x5DADD8) is known color: Malibu. HEX triplet: 5D, AD and D8. RGB value is (93,173,216). Sum of RGB (Red+Green+Blue) = 93+173+216=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #5DADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADD8 is #A25227. Grayscale: #999999. Windows color (decimal): -10637864 or 14200157. OLE color: 14200157.

HSL color Cylindrical-coordinate representation of color #5DADD8: hue angle of 200.98º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DADD8 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 173 216 -
CMYK 0.57 0.20 0 0.15
HSL 200.98º 0.61% 0.61% -
HSV(B) 200.98º 0.57% 0.85% -
XYZ 31.85 37.17 70.46 -
YUV 153.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 93 173 216 0.57 0.20 0 0.15 200.98 0.61 0.61
Hex 5D AD D8 39 14 0 F C9 3D 3D
Octal 135 255 330 71 24 0 17 311 75 75
Binary 1011101 10101101 11011000 111001 10100 0 1111 11001001 111101 111101

Color Harmonies of #5DADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADD8

Black with #5DADD8

Text Example


Text Example

White with #5DADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,173,216); }

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

background-color css

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

 a { background-color: rgb(93,173,216); }

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

border-color css

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

 span { border-color: rgb(93,173,216); }

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