Html Css Color HEX #5DAFD5 Malibu

📋 copy color: '#5DAFD5'

red 93 ◦ green 175 ◦ blue 213

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

Shades of Malibu #5DAFD5

Tints of Malibu #5DAFD5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 19.33%
G = 36.38%
B = 44.28%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5DAFD5 (or 0x5DAFD5) is known color: Malibu. HEX triplet: 5D, AF and D5. RGB value is (93,175,213). Sum of RGB (Red+Green+Blue) = 93+175+213=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #5DAFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFD5 is #A2502A. Grayscale: #9A9A9A. Windows color (decimal): -10637355 or 14004061. OLE color: 14004061.

HSL color Cylindrical-coordinate representation of color #5DAFD5: hue angle of 199º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DAFD5 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 175 213 -
CMYK 0.56 0.18 0 0.16
HSL 199º 0.59% 0.6% -
HSV(B) 199º 0.56% 0.84% -
XYZ 31.85 37.79 68.57 -
YUV 154.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 93 175 213 0.56 0.18 0 0.16 199 0.59 0.6
Hex 5D AF D5 38 12 0 10 C7 3B 3C
Octal 135 257 325 70 22 0 20 307 73 74
Binary 1011101 10101111 11010101 111000 10010 0 10000 11000111 111011 111100

Color Harmonies of #5DAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAFD5

Black with #5DAFD5

Text Example


Text Example

White with #5DAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,175,213); }

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

background-color css

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

 a { background-color: rgb(93,175,213); }

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

border-color css

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

 span { border-color: rgb(93,175,213); }

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