Html Css Color HEX #5DABE0 Malibu

📋 copy color: '#5DABE0'

red 93 ◦ green 171 ◦ blue 224

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

Shades of Malibu #5DABE0

Tints of Malibu #5DABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.04%

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 19.06%
G = 35.04%
B = 45.9%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5DABE0 (or 0x5DABE0) is known color: Malibu. HEX triplet: 5D, AB and E0. RGB value is (93,171,224). Sum of RGB (Red+Green+Blue) = 93+171+224=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #5DABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABE0 is #A2541F. Grayscale: #999999. Windows color (decimal): -10638368 or 14723933. OLE color: 14723933.

HSL color Cylindrical-coordinate representation of color #5DABE0: hue angle of 204.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DABE0 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 93 171 224 -
CMYK 0.58 0.24 0 0.12
HSL 204.27º 0.68% 0.62% -
HSV(B) 204.27º 0.58% 0.88% -
XYZ 32.53 36.83 75.92 -
YUV 153.72 167.66 84.69 -
System Red Green Blue C M Y K H S L
Decimal 93 171 224 0.58 0.24 0 0.12 204.27 0.68 0.62
Hex 5D AB E0 3A 18 0 C CC 44 3E
Octal 135 253 340 72 30 0 14 314 104 76
Binary 1011101 10101011 11100000 111010 11000 0 1100 11001100 1000100 111110

Color Harmonies of #5DABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABE0

Black with #5DABE0

Text Example


Text Example

White with #5DABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,171,224); }

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

background-color css

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

 a { background-color: rgb(93,171,224); }

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

border-color css

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

 span { border-color: rgb(93,171,224); }

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