Html Css Color HEX #5DB0DE Malibu

📋 copy color: '#5DB0DE'

red 93 ◦ green 176 ◦ blue 222

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

Shades of Malibu #5DB0DE

Tints of Malibu #5DB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 18.94%
G = 35.85%
B = 45.21%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5DB0DE (or 0x5DB0DE) is known color: Malibu. HEX triplet: 5D, B0 and DE. RGB value is (93,176,222). Sum of RGB (Red+Green+Blue) = 93+176+222=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DB0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0DE is #A24F21. Grayscale: #9C9C9C. Windows color (decimal): -10637090 or 14594141. OLE color: 14594141.

HSL color Cylindrical-coordinate representation of color #5DB0DE: hue angle of 201.4º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB0DE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 176 222 -
CMYK 0.58 0.21 0 0.13
HSL 201.4º 0.66% 0.62% -
HSV(B) 201.4º 0.58% 0.87% -
XYZ 33.22 38.65 74.82 -
YUV 156.43 165 82.76 -
System Red Green Blue C M Y K H S L
Decimal 93 176 222 0.58 0.21 0 0.13 201.4 0.66 0.62
Hex 5D B0 DE 3A 15 0 D C9 42 3E
Octal 135 260 336 72 25 0 15 311 102 76
Binary 1011101 10110000 11011110 111010 10101 0 1101 11001001 1000010 111110

Color Harmonies of #5DB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB0DE

Black with #5DB0DE

Text Example


Text Example

White with #5DB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,176,222); }

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

background-color css

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

 a { background-color: rgb(93,176,222); }

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

border-color css

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

 span { border-color: rgb(93,176,222); }

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