Html Css Color HEX #5BADDD Malibu

📋 copy color: '#5BADDD'

red 91 ◦ green 173 ◦ blue 221

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

Shades of Malibu #5BADDD

Tints of Malibu #5BADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 18.76%
G = 35.67%
B = 45.57%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5BADDD (or 0x5BADDD) is known color: Malibu. HEX triplet: 5B, AD and DD. RGB value is (91,173,221). Sum of RGB (Red+Green+Blue) = 91+173+221=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADDD is #A45222. Grayscale: #999999. Windows color (decimal): -10768931 or 14527835. OLE color: 14527835.

HSL color Cylindrical-coordinate representation of color #5BADDD: hue angle of 202.15º 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 #5BADDD is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 173 221 -
CMYK 0.59 0.22 0 0.13
HSL 202.15º 0.66% 0.61% -
HSV(B) 202.15º 0.59% 0.87% -
XYZ 32.31 37.33 73.91 -
YUV 153.95 165.83 83.1 -
System Red Green Blue C M Y K H S L
Decimal 91 173 221 0.59 0.22 0 0.13 202.15 0.66 0.61
Hex 5B AD DD 3B 16 0 D CA 42 3D
Octal 133 255 335 73 26 0 15 312 102 75
Binary 1011011 10101101 11011101 111011 10110 0 1101 11001010 1000010 111101

Color Harmonies of #5BADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BADDD

Black with #5BADDD

Text Example


Text Example

White with #5BADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,173,221); }

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

background-color css

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

 a { background-color: rgb(91,173,221); }

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

border-color css

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

 span { border-color: rgb(91,173,221); }

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