Html Css Color HEX #5DB8EC Malibu

📋 copy color: '#5DB8EC'

red 93 ◦ green 184 ◦ blue 236

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

Shades of Malibu #5DB8EC

Tints of Malibu #5DB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

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

R = 18.13%
G = 35.87%
B = 46%

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

#5DB8EC (or 0x5DB8EC) is known color: Malibu. HEX triplet: 5D, B8 and EC. RGB value is (93,184,236). Sum of RGB (Red+Green+Blue) = 93+184+236=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DB8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB8EC is #A24713. Grayscale: #A2A2A2. Windows color (decimal): -10635028 or 15513693. OLE color: 15513693.

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

Color convert

RGB 93 184 236 -
CMYK 0.61 0.22 0 0.07
HSL 201.82º 0.79% 0.65% -
HSV(B) 201.82º 0.61% 0.93% -
XYZ 36.8 42.66 85.65 -
YUV 162.72 169.35 78.27 -
System Red Green Blue C M Y K H S L
Decimal 93 184 236 0.61 0.22 0 0.07 201.82 0.79 0.65
Hex 5D B8 EC 3D 16 0 7 CA 4F 41
Octal 135 270 354 75 26 0 7 312 117 101
Binary 1011101 10111000 11101100 111101 10110 0 111 11001010 1001111 1000001

Color Harmonies of #5DB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB8EC

Black with #5DB8EC

Text Example


Text Example

White with #5DB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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