Html Css Color HEX #5BABDE Malibu

📋 copy color: '#5BABDE'

red 91 ◦ green 171 ◦ blue 222

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

Shades of Malibu #5BABDE

Tints of Malibu #5BABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 18.8%
G = 35.33%
B = 45.87%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5BABDE (or 0x5BABDE) is known color: Malibu. HEX triplet: 5B, AB and DE. RGB value is (91,171,222). Sum of RGB (Red+Green+Blue) = 91+171+222=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABDE is #A45421. Grayscale: #989898. Windows color (decimal): -10769442 or 14592859. OLE color: 14592859.

HSL color Cylindrical-coordinate representation of color #5BABDE: hue angle of 203.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BABDE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 171 222 -
CMYK 0.59 0.23 0 0.13
HSL 203.36º 0.66% 0.61% -
HSV(B) 203.36º 0.59% 0.87% -
XYZ 32.06 36.62 74.49 -
YUV 152.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 91 171 222 0.59 0.23 0 0.13 203.36 0.66 0.61
Hex 5B AB DE 3B 17 0 D CB 42 3D
Octal 133 253 336 73 27 0 15 313 102 75
Binary 1011011 10101011 11011110 111011 10111 0 1101 11001011 1000010 111101

Color Harmonies of #5BABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABDE

Black with #5BABDE

Text Example


Text Example

White with #5BABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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