Html Css Color HEX #5DAEDD Malibu

📋 copy color: '#5DAEDD'

red 93 ◦ green 174 ◦ blue 221

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

Shades of Malibu #5DAEDD

Tints of Malibu #5DAEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.66%

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

R = 19.06%
G = 35.66%
B = 45.29%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DAEDD (or 0x5DAEDD) is known color: Malibu. HEX triplet: 5D, AE and DD. RGB value is (93,174,221). Sum of RGB (Red+Green+Blue) = 93+174+221=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEDD is #A25122. Grayscale: #9A9A9A. Windows color (decimal): -10637603 or 14528093. OLE color: 14528093.

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

Color convert

RGB 93 174 221 -
CMYK 0.58 0.21 0 0.13
HSL 202.03º 0.65% 0.62% -
HSV(B) 202.03º 0.58% 0.87% -
XYZ 32.7 37.82 73.98 -
YUV 155.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 93 174 221 0.58 0.21 0 0.13 202.03 0.65 0.62
Hex 5D AE DD 3A 15 0 D CA 41 3E
Octal 135 256 335 72 25 0 15 312 101 76
Binary 1011101 10101110 11011101 111010 10101 0 1101 11001010 1000001 111110

Color Harmonies of #5DAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEDD

Black with #5DAEDD

Text Example


Text Example

White with #5DAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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