Html Css Color HEX #5BADEB Malibu

📋 copy color: '#5BADEB'

red 91 ◦ green 173 ◦ blue 235

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

Shades of Malibu #5BADEB

Tints of Malibu #5BADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 18.24%
G = 34.67%
B = 47.09%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BADEB (or 0x5BADEB) is known color: Malibu. HEX triplet: 5B, AD and EB. RGB value is (91,173,235). Sum of RGB (Red+Green+Blue) = 91+173+235=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BADEB is #A45214. Grayscale: #9B9B9B. Windows color (decimal): -10768917 or 15445339. OLE color: 15445339.

HSL color Cylindrical-coordinate representation of color #5BADEB: hue angle of 205.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BADEB is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 173 235 -
CMYK 0.61 0.26 0 0.08
HSL 205.83º 0.78% 0.64% -
HSV(B) 205.83º 0.61% 0.92% -
XYZ 34.25 38.11 84.15 -
YUV 155.55 172.83 81.96 -
System Red Green Blue C M Y K H S L
Decimal 91 173 235 0.61 0.26 0 0.08 205.83 0.78 0.64
Hex 5B AD EB 3D 1A 0 8 CE 4E 40
Octal 133 255 353 75 32 0 10 316 116 100
Binary 1011011 10101101 11101011 111101 11010 0 1000 11001110 1001110 1000000

Color Harmonies of #5BADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BADEB

Black with #5BADEB

Text Example


Text Example

White with #5BADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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