Html Css Color HEX #5DAEDF Malibu

📋 copy color: '#5DAEDF'

red 93 ◦ green 174 ◦ blue 223

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

Shades of Malibu #5DAEDF

Tints of Malibu #5DAEDF

RGB

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

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

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

R = 18.98%
G = 35.51%
B = 45.51%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DAEDF (or 0x5DAEDF) is known color: Malibu. HEX triplet: 5D, AE and DF. RGB value is (93,174,223). Sum of RGB (Red+Green+Blue) = 93+174+223=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEDF is #A25120. Grayscale: #9B9B9B. Windows color (decimal): -10637601 or 14659165. OLE color: 14659165.

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

Color convert

RGB 93 174 223 -
CMYK 0.58 0.22 0 0.13
HSL 202.62º 0.67% 0.62% -
HSV(B) 202.62º 0.58% 0.87% -
XYZ 32.97 37.93 75.4 -
YUV 155.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 93 174 223 0.58 0.22 0 0.13 202.62 0.67 0.62
Hex 5D AE DF 3A 16 0 D CB 43 3E
Octal 135 256 337 72 26 0 15 313 103 76
Binary 1011101 10101110 11011111 111010 10110 0 1101 11001011 1000011 111110

Color Harmonies of #5DAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAEDF

Black with #5DAEDF

Text Example


Text Example

White with #5DAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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