Html Css Color HEX #5BABEF Malibu

📋 copy color: '#5BABEF'

red 91 ◦ green 171 ◦ blue 239

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

Shades of Malibu #5BABEF

Tints of Malibu #5BABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.13%

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

R = 18.16%
G = 34.13%
B = 47.7%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BABEF (or 0x5BABEF) is known color: Malibu. HEX triplet: 5B, AB and EF. RGB value is (91,171,239). Sum of RGB (Red+Green+Blue) = 91+171+239=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BABEF is #A45410. Grayscale: #9A9A9A. Windows color (decimal): -10769425 or 15706971. OLE color: 15706971.

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

Color convert

RGB 91 171 239 -
CMYK 0.62 0.28 0 0.06
HSL 207.57º 0.82% 0.65% -
HSV(B) 207.57º 0.62% 0.94% -
XYZ 34.46 37.58 87.1 -
YUV 154.83 175.5 82.47 -
System Red Green Blue C M Y K H S L
Decimal 91 171 239 0.62 0.28 0 0.06 207.57 0.82 0.65
Hex 5B AB EF 3E 1C 0 6 D0 52 41
Octal 133 253 357 76 34 0 6 320 122 101
Binary 1011011 10101011 11101111 111110 11100 0 110 11010000 1010010 1000001

Color Harmonies of #5BABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABEF

Black with #5BABEF

Text Example


Text Example

White with #5BABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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