Html Css Color HEX #5BBCEF Malibu

📋 copy color: '#5BBCEF'

red 91 ◦ green 188 ◦ blue 239

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

Shades of Malibu #5BBCEF

Tints of Malibu #5BBCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 17.57%
G = 36.29%
B = 46.14%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BBCEF (or 0x5BBCEF) is known color: Malibu. HEX triplet: 5B, BC and EF. RGB value is (91,188,239). Sum of RGB (Red+Green+Blue) = 91+188+239=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCEF is #A44310. Grayscale: #A4A4A4. Windows color (decimal): -10765073 or 15711323. OLE color: 15711323.

HSL color Cylindrical-coordinate representation of color #5BBCEF: hue angle of 200.68º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BBCEF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 188 239 -
CMYK 0.62 0.21 0 0.06
HSL 200.68º 0.82% 0.65% -
HSV(B) 200.68º 0.62% 0.94% -
XYZ 37.88 44.42 88.24 -
YUV 164.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 91 188 239 0.62 0.21 0 0.06 200.68 0.82 0.65
Hex 5B BC EF 3E 15 0 6 C9 52 41
Octal 133 274 357 76 25 0 6 311 122 101
Binary 1011011 10111100 11101111 111110 10101 0 110 11001001 1010010 1000001

Color Harmonies of #5BBCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBCEF

Black with #5BBCEF

Text Example


Text Example

White with #5BBCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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