Html Css Color HEX #5DBDD5 Malibu

📋 copy color: '#5DBDD5'

red 93 ◦ green 189 ◦ blue 213

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

Shades of Malibu #5DBDD5

Tints of Malibu #5DBDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

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

R = 18.79%
G = 38.18%
B = 43.03%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5DBDD5 (or 0x5DBDD5) is known color: Malibu. HEX triplet: 5D, BD and D5. RGB value is (93,189,213). Sum of RGB (Red+Green+Blue) = 93+189+213=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #5DBDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDD5 is #A2422A. Grayscale: #A2A2A2. Windows color (decimal): -10633771 or 14007645. OLE color: 14007645.

HSL color Cylindrical-coordinate representation of color #5DBDD5: hue angle of 192º 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 #5DBDD5 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 189 213 -
CMYK 0.56 0.11 0 0.16
HSL 192º 0.59% 0.6% -
HSV(B) 192º 0.56% 0.84% -
XYZ 34.72 43.53 69.52 -
YUV 163.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 93 189 213 0.56 0.11 0 0.16 192 0.59 0.6
Hex 5D BD D5 38 B 0 10 C0 3B 3C
Octal 135 275 325 70 13 0 20 300 73 74
Binary 1011101 10111101 11010101 111000 1011 0 10000 11000000 111011 111100

Color Harmonies of #5DBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDD5

Black with #5DBDD5

Text Example


Text Example

White with #5DBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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