Html Css Color HEX #5BBAEB Malibu

📋 copy color: '#5BBAEB'

red 91 ◦ green 186 ◦ blue 235

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

Shades of Malibu #5BBAEB

Tints of Malibu #5BBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 17.77%
G = 36.33%
B = 45.9%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BBAEB (or 0x5BBAEB) is known color: Malibu. HEX triplet: 5B, BA and EB. RGB value is (91,186,235). Sum of RGB (Red+Green+Blue) = 91+186+235=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAEB is #A44514. Grayscale: #A2A2A2. Windows color (decimal): -10765589 or 15448667. OLE color: 15448667.

HSL color Cylindrical-coordinate representation of color #5BBAEB: hue angle of 200.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BBAEB is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 186 235 -
CMYK 0.61 0.21 0 0.08
HSL 200.42º 0.78% 0.64% -
HSV(B) 200.42º 0.61% 0.92% -
XYZ 36.87 43.34 85.02 -
YUV 163.18 168.53 76.52 -
System Red Green Blue C M Y K H S L
Decimal 91 186 235 0.61 0.21 0 0.08 200.42 0.78 0.64
Hex 5B BA EB 3D 15 0 8 C8 4E 40
Octal 133 272 353 75 25 0 10 310 116 100
Binary 1011011 10111010 11101011 111101 10101 0 1000 11001000 1001110 1000000

Color Harmonies of #5BBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBAEB

Black with #5BBAEB

Text Example


Text Example

White with #5BBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,186,235); }

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

background-color css

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

 a { background-color: rgb(91,186,235); }

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

border-color css

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

 span { border-color: rgb(91,186,235); }

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