Html Css Color HEX #5BBFEB Malibu

📋 copy color: '#5BBFEB'

red 91 ◦ green 191 ◦ blue 235

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

Shades of Malibu #5BBFEB

Tints of Malibu #5BBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

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

R = 17.6%
G = 36.94%
B = 45.45%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BBFEB (or 0x5BBFEB) is known color: Malibu. HEX triplet: 5B, BF and EB. RGB value is (91,191,235). Sum of RGB (Red+Green+Blue) = 91+191+235=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBFEB is #A44014. Grayscale: #A5A5A5. Windows color (decimal): -10764309 or 15449947. OLE color: 15449947.

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

Color convert

RGB 91 191 235 -
CMYK 0.61 0.19 0 0.08
HSL 198.33º 0.78% 0.64% -
HSV(B) 198.33º 0.61% 0.92% -
XYZ 37.94 45.48 85.38 -
YUV 166.12 166.87 74.42 -
System Red Green Blue C M Y K H S L
Decimal 91 191 235 0.61 0.19 0 0.08 198.33 0.78 0.64
Hex 5B BF EB 3D 13 0 8 C6 4E 40
Octal 133 277 353 75 23 0 10 306 116 100
Binary 1011011 10111111 11101011 111101 10011 0 1000 11000110 1001110 1000000

Color Harmonies of #5BBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBFEB

Black with #5BBFEB

Text Example


Text Example

White with #5BBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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