Html Css Color HEX #5DB7EC Malibu

📋 copy color: '#5DB7EC'

red 93 ◦ green 183 ◦ blue 236

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

Shades of Malibu #5DB7EC

Tints of Malibu #5DB7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

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

R = 18.16%
G = 35.74%
B = 46.09%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5DB7EC (or 0x5DB7EC) is known color: Malibu. HEX triplet: 5D, B7 and EC. RGB value is (93,183,236). Sum of RGB (Red+Green+Blue) = 93+183+236=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DB7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB7EC is #A24813. Grayscale: #A1A1A1. Windows color (decimal): -10635284 or 15513437. OLE color: 15513437.

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

Color convert

RGB 93 183 236 -
CMYK 0.61 0.22 0 0.07
HSL 202.24º 0.79% 0.65% -
HSV(B) 202.24º 0.61% 0.93% -
XYZ 36.59 42.25 85.58 -
YUV 162.13 169.68 78.69 -
System Red Green Blue C M Y K H S L
Decimal 93 183 236 0.61 0.22 0 0.07 202.24 0.79 0.65
Hex 5D B7 EC 3D 16 0 7 CA 4F 41
Octal 135 267 354 75 26 0 7 312 117 101
Binary 1011101 10110111 11101100 111101 10110 0 111 11001010 1001111 1000001

Color Harmonies of #5DB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB7EC

Black with #5DB7EC

Text Example


Text Example

White with #5DB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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