Html Css Color HEX #5BBAEF Malibu

📋 copy color: '#5BBAEF'

red 91 ◦ green 186 ◦ blue 239

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

Shades of Malibu #5BBAEF

Tints of Malibu #5BBAEF

RGB

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

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

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

R = 17.64%
G = 36.05%
B = 46.32%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BBAEF (or 0x5BBAEF) is known color: Malibu. HEX triplet: 5B, BA and EF. RGB value is (91,186,239). Sum of RGB (Red+Green+Blue) = 91+186+239=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAEF is #A44510. Grayscale: #A3A3A3. Windows color (decimal): -10765585 or 15710811. OLE color: 15710811.

HSL color Cylindrical-coordinate representation of color #5BBAEF: hue angle of 201.49º 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 #5BBAEF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 186 239 -
CMYK 0.62 0.22 0 0.06
HSL 201.49º 0.82% 0.65% -
HSV(B) 201.49º 0.62% 0.94% -
XYZ 37.45 43.57 88.1 -
YUV 163.64 170.53 76.19 -
System Red Green Blue C M Y K H S L
Decimal 91 186 239 0.62 0.22 0 0.06 201.49 0.82 0.65
Hex 5B BA EF 3E 16 0 6 C9 52 41
Octal 133 272 357 76 26 0 6 311 122 101
Binary 1011011 10111010 11101111 111110 10110 0 110 11001001 1010010 1000001

Color Harmonies of #5BBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBAEF

Black with #5BBAEF

Text Example


Text Example

White with #5BBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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