Html Css Color HEX #5DB8ED Malibu

📋 copy color: '#5DB8ED'

red 93 ◦ green 184 ◦ blue 237

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

Shades of Malibu #5DB8ED

Tints of Malibu #5DB8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 18.09%
G = 35.8%
B = 46.11%

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

#5DB8ED (or 0x5DB8ED) is known color: Malibu. HEX triplet: 5D, B8 and ED. RGB value is (93,184,237). Sum of RGB (Red+Green+Blue) = 93+184+237=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DB8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB8ED is #A24712. Grayscale: #A2A2A2. Windows color (decimal): -10635027 or 15579229. OLE color: 15579229.

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

Color convert

RGB 93 184 237 -
CMYK 0.61 0.22 0 0.07
HSL 202.08º 0.8% 0.65% -
HSV(B) 202.08º 0.61% 0.93% -
XYZ 36.94 42.72 86.42 -
YUV 162.83 169.85 78.19 -
System Red Green Blue C M Y K H S L
Decimal 93 184 237 0.61 0.22 0 0.07 202.08 0.8 0.65
Hex 5D B8 ED 3D 16 0 7 CA 50 41
Octal 135 270 355 75 26 0 7 312 120 101
Binary 1011101 10111000 11101101 111101 10110 0 111 11001010 1010000 1000001

Color Harmonies of #5DB8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB8ED

Black with #5DB8ED

Text Example


Text Example

White with #5DB8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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