Html Css Color HEX #5DAADF Malibu

📋 copy color: '#5DAADF'

red 93 ◦ green 170 ◦ blue 223

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

Shades of Malibu #5DAADF

Tints of Malibu #5DAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.98%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 19.14%
G = 34.98%
B = 45.88%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DAADF (or 0x5DAADF) is known color: Malibu. HEX triplet: 5D, AA and DF. RGB value is (93,170,223). Sum of RGB (Red+Green+Blue) = 93+170+223=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAADF is #A25520. Grayscale: #989898. Windows color (decimal): -10638625 or 14658141. OLE color: 14658141.

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

Color convert

RGB 93 170 223 -
CMYK 0.58 0.24 0 0.13
HSL 204.46º 0.67% 0.62% -
HSV(B) 204.46º 0.58% 0.87% -
XYZ 32.21 36.4 75.14 -
YUV 153.02 167.49 85.19 -
System Red Green Blue C M Y K H S L
Decimal 93 170 223 0.58 0.24 0 0.13 204.46 0.67 0.62
Hex 5D AA DF 3A 18 0 D CC 43 3E
Octal 135 252 337 72 30 0 15 314 103 76
Binary 1011101 10101010 11011111 111010 11000 0 1101 11001100 1000011 111110

Color Harmonies of #5DAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAADF

Black with #5DAADF

Text Example


Text Example

White with #5DAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,170,223); }

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

background-color css

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

 a { background-color: rgb(93,170,223); }

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

border-color css

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

 span { border-color: rgb(93,170,223); }

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