Html Css Color HEX #5BA8EB Malibu

📋 copy color: '#5BA8EB'

red 91 ◦ green 168 ◦ blue 235

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

Shades of Malibu #5BA8EB

Tints of Malibu #5BA8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.01%

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

R = 18.42%
G = 34.01%
B = 47.57%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BA8EB (or 0x5BA8EB) is known color: Malibu. HEX triplet: 5B, A8 and EB. RGB value is (91,168,235). Sum of RGB (Red+Green+Blue) = 91+168+235=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BA8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA8EB is #A45714. Grayscale: #989898. Windows color (decimal): -10770197 or 15444059. OLE color: 15444059.

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

Color convert

RGB 91 168 235 -
CMYK 0.61 0.29 0 0.08
HSL 207.92º 0.78% 0.64% -
HSV(B) 207.92º 0.61% 0.92% -
XYZ 33.31 36.23 83.83 -
YUV 152.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 91 168 235 0.61 0.29 0 0.08 207.92 0.78 0.64
Hex 5B A8 EB 3D 1D 0 8 D0 4E 40
Octal 133 250 353 75 35 0 10 320 116 100
Binary 1011011 10101000 11101011 111101 11101 0 1000 11010000 1001110 1000000

Color Harmonies of #5BA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA8EB

Black with #5BA8EB

Text Example


Text Example

White with #5BA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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