Html Css Color HEX #5BB8EC Malibu

📋 copy color: '#5BB8EC'

red 91 ◦ green 184 ◦ blue 236

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

Shades of Malibu #5BB8EC

Tints of Malibu #5BB8EC

RGB

 RED value IS 91 (35.94% from 255) = 17.81%

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

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

R = 17.81%
G = 36.01%
B = 46.18%

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

#5BB8EC (or 0x5BB8EC) is known color: Malibu. HEX triplet: 5B, B8 and EC. RGB value is (91,184,236). Sum of RGB (Red+Green+Blue) = 91+184+236=511 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.81% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BB8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB8EC is #A44713. Grayscale: #A1A1A1. Windows color (decimal): -10766100 or 15513691. OLE color: 15513691.

HSL color Cylindrical-coordinate representation of color #5BB8EC: hue angle of 201.52º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BB8EC is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 184 236 -
CMYK 0.61 0.22 0 0.07
HSL 201.52º 0.79% 0.64% -
HSV(B) 201.52º 0.61% 0.93% -
XYZ 36.6 42.56 85.64 -
YUV 162.12 169.69 77.27 -
System Red Green Blue C M Y K H S L
Decimal 91 184 236 0.61 0.22 0 0.07 201.52 0.79 0.64
Hex 5B B8 EC 3D 16 0 7 CA 4F 40
Octal 133 270 354 75 26 0 7 312 117 100
Binary 1011011 10111000 11101100 111101 10110 0 111 11001010 1001111 1000000

Color Harmonies of #5BB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB8EC

Black with #5BB8EC

Text Example


Text Example

White with #5BB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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