Html Css Color HEX #5BADDE Malibu

📋 copy color: '#5BADDE'

red 91 ◦ green 173 ◦ blue 222

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

Shades of Malibu #5BADDE

Tints of Malibu #5BADDE

RGB

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

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

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

R = 18.72%
G = 35.6%
B = 45.68%

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

#5BADDE (or 0x5BADDE) is known color: Malibu. HEX triplet: 5B, AD and DE. RGB value is (91,173,222). Sum of RGB (Red+Green+Blue) = 91+173+222=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADDE is #A45221. Grayscale: #999999. Windows color (decimal): -10768930 or 14593371. OLE color: 14593371.

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

Color convert

RGB 91 173 222 -
CMYK 0.59 0.22 0 0.13
HSL 202.44º 0.66% 0.61% -
HSV(B) 202.44º 0.59% 0.87% -
XYZ 32.44 37.39 74.61 -
YUV 154.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 91 173 222 0.59 0.22 0 0.13 202.44 0.66 0.61
Hex 5B AD DE 3B 16 0 D CA 42 3D
Octal 133 255 336 73 26 0 15 312 102 75
Binary 1011011 10101101 11011110 111011 10110 0 1101 11001010 1000010 111101

Color Harmonies of #5BADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BADDE

Black with #5BADDE

Text Example


Text Example

White with #5BADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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