Html Css Color HEX #5BA8ED Malibu

📋 copy color: '#5BA8ED'

red 91 ◦ green 168 ◦ blue 237

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

Shades of Malibu #5BA8ED

Tints of Malibu #5BA8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 18.35%
G = 33.87%
B = 47.78%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BA8ED (or 0x5BA8ED) is known color: Malibu. HEX triplet: 5B, A8 and ED. RGB value is (91,168,237). Sum of RGB (Red+Green+Blue) = 91+168+237=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BA8ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA8ED is #A45712. Grayscale: #989898. Windows color (decimal): -10770195 or 15575131. OLE color: 15575131.

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

Color convert

RGB 91 168 237 -
CMYK 0.62 0.29 0 0.07
HSL 208.36º 0.8% 0.64% -
HSV(B) 208.36º 0.62% 0.93% -
XYZ 33.6 36.34 85.36 -
YUV 152.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 91 168 237 0.62 0.29 0 0.07 208.36 0.8 0.64
Hex 5B A8 ED 3E 1D 0 7 D0 50 40
Octal 133 250 355 76 35 0 7 320 120 100
Binary 1011011 10101000 11101101 111110 11101 0 111 11010000 1010000 1000000

Color Harmonies of #5BA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA8ED

Black with #5BA8ED

Text Example


Text Example

White with #5BA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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