Html Css Color HEX #5BA9EC Malibu

📋 copy color: '#5BA9EC'

red 91 ◦ green 169 ◦ blue 236

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

Shades of Malibu #5BA9EC

Tints of Malibu #5BA9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.07%

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 18.35%
G = 34.07%
B = 47.58%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BA9EC (or 0x5BA9EC) is known color: Malibu. HEX triplet: 5B, A9 and EC. RGB value is (91,169,236). Sum of RGB (Red+Green+Blue) = 91+169+236=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BA9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA9EC is #A45613. Grayscale: #989898. Windows color (decimal): -10769940 or 15509851. OLE color: 15509851.

HSL color Cylindrical-coordinate representation of color #5BA9EC: hue angle of 207.72º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA9EC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 169 236 -
CMYK 0.61 0.28 0 0.07
HSL 207.72º 0.79% 0.64% -
HSV(B) 207.72º 0.61% 0.93% -
XYZ 33.64 36.66 84.66 -
YUV 153.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 91 169 236 0.61 0.28 0 0.07 207.72 0.79 0.64
Hex 5B A9 EC 3D 1C 0 7 D0 4F 40
Octal 133 251 354 75 34 0 7 320 117 100
Binary 1011011 10101001 11101100 111101 11100 0 111 11010000 1001111 1000000

Color Harmonies of #5BA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA9EC

Black with #5BA9EC

Text Example


Text Example

White with #5BA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,169,236); }

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

background-color css

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

 a { background-color: rgb(91,169,236); }

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

border-color css

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

 span { border-color: rgb(91,169,236); }

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