Html Css Color HEX #5DADE0 Malibu

📋 copy color: '#5DADE0'

red 93 ◦ green 173 ◦ blue 224

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

Shades of Malibu #5DADE0

Tints of Malibu #5DADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 18.98%
G = 35.31%
B = 45.71%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5DADE0 (or 0x5DADE0) is known color: Malibu. HEX triplet: 5D, AD and E0. RGB value is (93,173,224). Sum of RGB (Red+Green+Blue) = 93+173+224=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #5DADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADE0 is #A2521F. Grayscale: #9A9A9A. Windows color (decimal): -10637856 or 14724445. OLE color: 14724445.

HSL color Cylindrical-coordinate representation of color #5DADE0: hue angle of 203.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DADE0 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 173 224 -
CMYK 0.58 0.23 0 0.12
HSL 203.36º 0.68% 0.62% -
HSV(B) 203.36º 0.58% 0.88% -
XYZ 32.91 37.6 76.04 -
YUV 154.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 93 173 224 0.58 0.23 0 0.12 203.36 0.68 0.62
Hex 5D AD E0 3A 17 0 C CB 44 3E
Octal 135 255 340 72 27 0 14 313 104 76
Binary 1011101 10101101 11100000 111010 10111 0 1100 11001011 1000100 111110

Color Harmonies of #5DADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADE0

Black with #5DADE0

Text Example


Text Example

White with #5DADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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