Html Css Color HEX #5BA8EC Malibu

📋 copy color: '#5BA8EC'

red 91 ◦ green 168 ◦ blue 236

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

Shades of Malibu #5BA8EC

Tints of Malibu #5BA8EC

RGB

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

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

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

R = 18.38%
G = 33.94%
B = 47.68%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BA8EC (or 0x5BA8EC) is known color: Malibu. HEX triplet: 5B, A8 and EC. RGB value is (91,168,236). Sum of RGB (Red+Green+Blue) = 91+168+236=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BA8EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA8EC is #A45713. Grayscale: #989898. Windows color (decimal): -10770196 or 15509595. OLE color: 15509595.

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

Color convert

RGB 91 168 236 -
CMYK 0.61 0.29 0 0.07
HSL 208.14º 0.79% 0.64% -
HSV(B) 208.14º 0.61% 0.93% -
XYZ 33.46 36.29 84.6 -
YUV 152.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 91 168 236 0.61 0.29 0 0.07 208.14 0.79 0.64
Hex 5B A8 EC 3D 1D 0 7 D0 4F 40
Octal 133 250 354 75 35 0 7 320 117 100
Binary 1011011 10101000 11101100 111101 11101 0 111 11010000 1001111 1000000

Color Harmonies of #5BA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA8EC

Black with #5BA8EC

Text Example


Text Example

White with #5BA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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