Html Css Color HEX #5BBAED Malibu

📋 copy color: '#5BBAED'

red 91 ◦ green 186 ◦ blue 237

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

Shades of Malibu #5BBAED

Tints of Malibu #5BBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 17.7%
G = 36.19%
B = 46.11%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BBAED (or 0x5BBAED) is known color: Malibu. HEX triplet: 5B, BA and ED. RGB value is (91,186,237). Sum of RGB (Red+Green+Blue) = 91+186+237=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BBAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAED is #A44512. Grayscale: #A3A3A3. Windows color (decimal): -10765587 or 15579739. OLE color: 15579739.

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

Color convert

RGB 91 186 237 -
CMYK 0.62 0.22 0 0.07
HSL 200.96º 0.8% 0.64% -
HSV(B) 200.96º 0.62% 0.93% -
XYZ 37.16 43.46 86.55 -
YUV 163.41 169.53 76.35 -
System Red Green Blue C M Y K H S L
Decimal 91 186 237 0.62 0.22 0 0.07 200.96 0.8 0.64
Hex 5B BA ED 3E 16 0 7 C9 50 40
Octal 133 272 355 76 26 0 7 311 120 100
Binary 1011011 10111010 11101101 111110 10110 0 111 11001001 1010000 1000000

Color Harmonies of #5BBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBAED

Black with #5BBAED

Text Example


Text Example

White with #5BBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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