Html Css Color HEX #5BBDEA Malibu

📋 copy color: '#5BBDEA'

red 91 ◦ green 189 ◦ blue 234

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

Shades of Malibu #5BBDEA

Tints of Malibu #5BBDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 17.7%
G = 36.77%
B = 45.53%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BBDEA (or 0x5BBDEA) is known color: Malibu. HEX triplet: 5B, BD and EA. RGB value is (91,189,234). Sum of RGB (Red+Green+Blue) = 91+189+234=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BBDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDEA is #A44215. Grayscale: #A4A4A4. Windows color (decimal): -10764822 or 15383899. OLE color: 15383899.

HSL color Cylindrical-coordinate representation of color #5BBDEA: hue angle of 198.88º degrees, saturation: 0.77, 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 #5BBDEA is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 189 234 -
CMYK 0.61 0.19 0 0.08
HSL 198.88º 0.77% 0.64% -
HSV(B) 198.88º 0.61% 0.92% -
XYZ 37.36 44.56 84.47 -
YUV 164.83 167.03 75.34 -
System Red Green Blue C M Y K H S L
Decimal 91 189 234 0.61 0.19 0 0.08 198.88 0.77 0.64
Hex 5B BD EA 3D 13 0 8 C7 4D 40
Octal 133 275 352 75 23 0 10 307 115 100
Binary 1011011 10111101 11101010 111101 10011 0 1000 11000111 1001101 1000000

Color Harmonies of #5BBDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBDEA

Black with #5BBDEA

Text Example


Text Example

White with #5BBDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,189,234); }

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

background-color css

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

 a { background-color: rgb(91,189,234); }

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

border-color css

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

 span { border-color: rgb(91,189,234); }

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