Html Css Color HEX #5DB3EC Malibu

📋 copy color: '#5DB3EC'

red 93 ◦ green 179 ◦ blue 236

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

Shades of Malibu #5DB3EC

Tints of Malibu #5DB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 18.31%
G = 35.24%
B = 46.46%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DB3EC (or 0x5DB3EC) is known color: Malibu. HEX triplet: 5D, B3 and EC. RGB value is (93,179,236). Sum of RGB (Red+Green+Blue) = 93+179+236=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DB3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3EC is #A24C13. Grayscale: #9F9F9F. Windows color (decimal): -10636308 or 15512413. OLE color: 15512413.

HSL color Cylindrical-coordinate representation of color #5DB3EC: hue angle of 203.92º degrees, saturation: 0.79, 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 #5DB3EC is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 179 236 -
CMYK 0.61 0.24 0 0.07
HSL 203.92º 0.79% 0.65% -
HSV(B) 203.92º 0.61% 0.93% -
XYZ 35.77 40.62 85.31 -
YUV 159.78 171.01 80.37 -
System Red Green Blue C M Y K H S L
Decimal 93 179 236 0.61 0.24 0 0.07 203.92 0.79 0.65
Hex 5D B3 EC 3D 18 0 7 CC 4F 41
Octal 135 263 354 75 30 0 7 314 117 101
Binary 1011101 10110011 11101100 111101 11000 0 111 11001100 1001111 1000001

Color Harmonies of #5DB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB3EC

Black with #5DB3EC

Text Example


Text Example

White with #5DB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,179,236); }

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

background-color css

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

 a { background-color: rgb(93,179,236); }

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

border-color css

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

 span { border-color: rgb(93,179,236); }

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