Html Css Color HEX #5BADED Malibu

📋 copy color: '#5BADED'

red 91 ◦ green 173 ◦ blue 237

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

Shades of Malibu #5BADED

Tints of Malibu #5BADED

RGB

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

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

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

R = 18.16%
G = 34.53%
B = 47.31%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BADED (or 0x5BADED) is known color: Malibu. HEX triplet: 5B, AD and ED. RGB value is (91,173,237). Sum of RGB (Red+Green+Blue) = 91+173+237=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BADED is #A45212. Grayscale: #9B9B9B. Windows color (decimal): -10768915 or 15576411. OLE color: 15576411.

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

Color convert

RGB 91 173 237 -
CMYK 0.62 0.27 0 0.07
HSL 206.3º 0.8% 0.64% -
HSV(B) 206.3º 0.62% 0.93% -
XYZ 34.54 38.23 85.68 -
YUV 155.78 173.83 81.8 -
System Red Green Blue C M Y K H S L
Decimal 91 173 237 0.62 0.27 0 0.07 206.3 0.8 0.64
Hex 5B AD ED 3E 1B 0 7 CE 50 40
Octal 133 255 355 76 33 0 7 316 120 100
Binary 1011011 10101101 11101101 111110 11011 0 111 11001110 1010000 1000000

Color Harmonies of #5BADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BADED

Black with #5BADED

Text Example


Text Example

White with #5BADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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