Html Css Color HEX #5DADE6 Malibu

📋 copy color: '#5DADE6'

red 93 ◦ green 173 ◦ blue 230

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

Shades of Malibu #5DADE6

Tints of Malibu #5DADE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.37%

R = 18.75%
G = 34.88%
B = 46.37%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5DADE6 (or 0x5DADE6) is known color: Malibu. HEX triplet: 5D, AD and E6. RGB value is (93,173,230). Sum of RGB (Red+Green+Blue) = 93+173+230=496 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.75% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #5DADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADE6 is #A25219. Grayscale: #9B9B9B. Windows color (decimal): -10637850 or 15117661. OLE color: 15117661.

HSL color Cylindrical-coordinate representation of color #5DADE6: hue angle of 204.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DADE6 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 93 173 230 -
CMYK 0.60 0.25 0 0.10
HSL 204.96º 0.73% 0.63% -
HSV(B) 204.96º 0.6% 0.9% -
XYZ 33.74 37.93 80.41 -
YUV 155.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 93 173 230 0.60 0.25 0 0.10 204.96 0.73 0.63
Hex 5D AD E6 3C 19 0 A CD 49 3F
Octal 135 255 346 74 31 0 12 315 111 77
Binary 1011101 10101101 11100110 111100 11001 0 1010 11001101 1001001 111111

Color Harmonies of #5DADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADE6

Black with #5DADE6

Text Example


Text Example

White with #5DADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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