Html Css Color HEX #5BBCEB Malibu

📋 copy color: '#5BBCEB'

red 91 ◦ green 188 ◦ blue 235

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

Shades of Malibu #5BBCEB

Tints of Malibu #5BBCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.58%

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

R = 17.7%
G = 36.58%
B = 45.72%

CMYK

 C value IS 0.61

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BBCEB (or 0x5BBCEB) is known color: Malibu. HEX triplet: 5B, BC and EB. RGB value is (91,188,235). Sum of RGB (Red+Green+Blue) = 91+188+235=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BBCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCEB is #A44314. Grayscale: #A4A4A4. Windows color (decimal): -10765077 or 15449179. OLE color: 15449179.

HSL color Cylindrical-coordinate representation of color #5BBCEB: hue angle of 199.58º 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 #5BBCEB is Cyan = 0.61, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 188 235 -
CMYK 0.61 0.2 0 0.08
HSL 199.58º 0.78% 0.64% -
HSV(B) 199.58º 0.61% 0.92% -
XYZ 37.29 44.19 85.16 -
YUV 164.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 91 188 235 0.61 0.2 0 0.08 199.58 0.78 0.64
Hex 5B BC EB 3D 14 0 8 C8 4E 40
Octal 133 274 353 75 24 0 10 310 116 100
Binary 1011011 10111100 11101011 111101 10100 0 1000 11001000 1001110 1000000

Color Harmonies of #5BBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCEB

Black with #5BBCEB

Text Example


Text Example

White with #5BBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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