Html Css Color HEX #5BABED Malibu

📋 copy color: '#5BABED'

red 91 ◦ green 171 ◦ blue 237

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

Shades of Malibu #5BABED

Tints of Malibu #5BABED

RGB

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

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

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

R = 18.24%
G = 34.27%
B = 47.49%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BABED (or 0x5BABED) is known color: Malibu. HEX triplet: 5B, AB and ED. RGB value is (91,171,237). Sum of RGB (Red+Green+Blue) = 91+171+237=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BABED is #A45412. Grayscale: #9A9A9A. Windows color (decimal): -10769427 or 15575899. OLE color: 15575899.

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

Color convert

RGB 91 171 237 -
CMYK 0.62 0.28 0 0.07
HSL 207.12º 0.8% 0.64% -
HSV(B) 207.12º 0.62% 0.93% -
XYZ 34.16 37.46 85.55 -
YUV 154.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 91 171 237 0.62 0.28 0 0.07 207.12 0.8 0.64
Hex 5B AB ED 3E 1C 0 7 CF 50 40
Octal 133 253 355 76 34 0 7 317 120 100
Binary 1011011 10101011 11101101 111110 11100 0 111 11001111 1010000 1000000

Color Harmonies of #5BABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABED

Black with #5BABED

Text Example


Text Example

White with #5BABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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