#5DBBED

Color #5DBBED Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5DBBED

Tints of Malibu #5DBBED

Color information

#5DBBED (or 0x5DBBED) is unknown color: approx Malibu. HEX triplet: 5D, BB and ED. RGB value is (93,187,237). Sum of RGB (Red+Green+Blue) = 93+187+237=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DBBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBED is #A24412. Grayscale: #A4A4A4. Windows color (decimal): -10634259 or 15579997. OLE color: 15579997.

HSL color Cylindrical-coordinate representation of color #5DBBED: hue angle of 200.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBBED is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93187237-
CMYK0.610.2100.07
HSL200.83º80%64.71%-
HSV(B)200.83º60.76%92.94%-
XYZ37.5743.9886.63-
YUV164.59168.8676.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.99%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=17.99%
G=36.17%
B=45.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931872370.610.2100.07200.838064.71
Hex5DBBED3D1507c95041
Octal135273355752507311120101
Binary101110110111011111011011111011010101111100100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DBBED;
 }
 .AnyTagClassName
 {
   color: #5DBBED;
 }
</style>
background-color css

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

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

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

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

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

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