Html Css Color HEX #5DBDDB Malibu

📋 copy color: '#5DBDDB'

red 93 ◦ green 189 ◦ blue 219

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

Shades of Malibu #5DBDDB

Tints of Malibu #5DBDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 18.56%
G = 37.72%
B = 43.71%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DBDDB (or 0x5DBDDB) is known color: Malibu. HEX triplet: 5D, BD and DB. RGB value is (93,189,219). Sum of RGB (Red+Green+Blue) = 93+189+219=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDDB is #A24224. Grayscale: #A3A3A3. Windows color (decimal): -10633765 or 14400861. OLE color: 14400861.

HSL color Cylindrical-coordinate representation of color #5DBDDB: hue angle of 194.29º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBDDB is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 189 219 -
CMYK 0.58 0.14 0 0.14
HSL 194.29º 0.64% 0.61% -
HSV(B) 194.29º 0.58% 0.86% -
XYZ 35.5 43.84 73.61 -
YUV 163.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 93 189 219 0.58 0.14 0 0.14 194.29 0.64 0.61
Hex 5D BD DB 3A E 0 E C2 40 3D
Octal 135 275 333 72 16 0 16 302 100 75
Binary 1011101 10111101 11011011 111010 1110 0 1110 11000010 1000000 111101

Color Harmonies of #5DBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBDDB

Black with #5DBDDB

Text Example


Text Example

White with #5DBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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