Html Css Color HEX #5BABEC Malibu

📋 copy color: '#5BABEC'

red 91 ◦ green 171 ◦ blue 236

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

Shades of Malibu #5BABEC

Tints of Malibu #5BABEC

RGB

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

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

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

R = 18.27%
G = 34.34%
B = 47.39%

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

#5BABEC (or 0x5BABEC) is known color: Malibu. HEX triplet: 5B, AB and EC. RGB value is (91,171,236). Sum of RGB (Red+Green+Blue) = 91+171+236=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BABEC is #A45413. Grayscale: #9A9A9A. Windows color (decimal): -10769428 or 15510363. OLE color: 15510363.

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

Color convert

RGB 91 171 236 -
CMYK 0.61 0.28 0 0.07
HSL 206.9º 0.79% 0.64% -
HSV(B) 206.9º 0.61% 0.93% -
XYZ 34.02 37.41 84.78 -
YUV 154.49 174 82.71 -
System Red Green Blue C M Y K H S L
Decimal 91 171 236 0.61 0.28 0 0.07 206.9 0.79 0.64
Hex 5B AB EC 3D 1C 0 7 CF 4F 40
Octal 133 253 354 75 34 0 7 317 117 100
Binary 1011011 10101011 11101100 111101 11100 0 111 11001111 1001111 1000000

Color Harmonies of #5BABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABEC

Black with #5BABEC

Text Example


Text Example

White with #5BABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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