Html Css Color HEX #5DBBDC Malibu

📋 copy color: '#5DBBDC'

red 93 ◦ green 187 ◦ blue 220

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

Shades of Malibu #5DBBDC

Tints of Malibu #5DBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.4%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 18.6%
G = 37.4%
B = 44%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5DBBDC (or 0x5DBBDC) is known color: Malibu. HEX triplet: 5D, BB and DC. RGB value is (93,187,220). Sum of RGB (Red+Green+Blue) = 93+187+220=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBDC is #A24423. Grayscale: #A2A2A2. Windows color (decimal): -10634276 or 14465885. OLE color: 14465885.

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

Color convert

RGB 93 187 220 -
CMYK 0.58 0.15 0 0.14
HSL 195.59º 0.64% 0.61% -
HSV(B) 195.59º 0.58% 0.86% -
XYZ 35.2 43.04 74.16 -
YUV 162.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 93 187 220 0.58 0.15 0 0.14 195.59 0.64 0.61
Hex 5D BB DC 3A F 0 E C4 40 3D
Octal 135 273 334 72 17 0 16 304 100 75
Binary 1011101 10111011 11011100 111010 1111 0 1110 11000100 1000000 111101

Color Harmonies of #5DBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBBDC

Black with #5DBBDC

Text Example


Text Example

White with #5DBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,187,220); }

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

background-color css

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

 a { background-color: rgb(93,187,220); }

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

border-color css

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

 span { border-color: rgb(93,187,220); }

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