Html Css Color HEX #5DBEE9 Malibu

📋 copy color: '#5DBEE9'

red 93 ◦ green 190 ◦ blue 233

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

Shades of Malibu #5DBEE9

Tints of Malibu #5DBEE9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 233 (91.41% from 255) = 45.16%

R = 18.02%
G = 36.82%
B = 45.16%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5DBEE9 (or 0x5DBEE9) is known color: Malibu. HEX triplet: 5D, BE and E9. RGB value is (93,190,233). Sum of RGB (Red+Green+Blue) = 93+190+233=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #5DBEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEE9 is #A24116. Grayscale: #A5A5A5. Windows color (decimal): -10633495 or 15318621. OLE color: 15318621.

HSL color Cylindrical-coordinate representation of color #5DBEE9: hue angle of 198.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DBEE9 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 190 233 -
CMYK 0.60 0.18 0 0.09
HSL 198.43º 0.76% 0.64% -
HSV(B) 198.43º 0.6% 0.91% -
XYZ 37.64 45.04 83.8 -
YUV 165.9 165.86 76 -
System Red Green Blue C M Y K H S L
Decimal 93 190 233 0.60 0.18 0 0.09 198.43 0.76 0.64
Hex 5D BE E9 3C 12 0 9 C6 4C 40
Octal 135 276 351 74 22 0 11 306 114 100
Binary 1011101 10111110 11101001 111100 10010 0 1001 11000110 1001100 1000000

Color Harmonies of #5DBEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBEE9

Black with #5DBEE9

Text Example


Text Example

White with #5DBEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,190,233); }

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

background-color css

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

 a { background-color: rgb(93,190,233); }

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

border-color css

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

 span { border-color: rgb(93,190,233); }

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