Html Css Color HEX #5DBBE9 Malibu

📋 copy color: '#5DBBE9'

red 93 ◦ green 187 ◦ blue 233

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

Shades of Malibu #5DBBE9

Tints of Malibu #5DBBE9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 18.13%
G = 36.45%
B = 45.42%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5DBBE9 (or 0x5DBBE9) is known color: Malibu. HEX triplet: 5D, BB and E9. RGB value is (93,187,233). Sum of RGB (Red+Green+Blue) = 93+187+233=513 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.13% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #5DBBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBE9 is #A24416. Grayscale: #A3A3A3. Windows color (decimal): -10634263 or 15317853. OLE color: 15317853.

HSL color Cylindrical-coordinate representation of color #5DBBE9: hue angle of 199.71º 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 #5DBBE9 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 93 187 233 -
CMYK 0.60 0.20 0 0.09
HSL 199.71º 0.76% 0.64% -
HSV(B) 199.71º 0.6% 0.91% -
XYZ 36.99 43.75 83.59 -
YUV 164.14 166.86 77.26 -
System Red Green Blue C M Y K H S L
Decimal 93 187 233 0.60 0.20 0 0.09 199.71 0.76 0.64
Hex 5D BB E9 3C 14 0 9 C8 4C 40
Octal 135 273 351 74 24 0 11 310 114 100
Binary 1011101 10111011 11101001 111100 10100 0 1001 11001000 1001100 1000000

Color Harmonies of #5DBBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBBE9

Black with #5DBBE9

Text Example


Text Example

White with #5DBBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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