Html Css Color HEX #5BAEE0 Malibu

📋 copy color: '#5BAEE0'

red 91 ◦ green 174 ◦ blue 224

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

Shades of Malibu #5BAEE0

Tints of Malibu #5BAEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 18.61%
G = 35.58%
B = 45.81%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5BAEE0 (or 0x5BAEE0) is known color: Malibu. HEX triplet: 5B, AE and E0. RGB value is (91,174,224). Sum of RGB (Red+Green+Blue) = 91+174+224=489 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.61% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #5BAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEE0 is #A4511F. Grayscale: #9A9A9A. Windows color (decimal): -10768672 or 14724699. OLE color: 14724699.

HSL color Cylindrical-coordinate representation of color #5BAEE0: hue angle of 202.56º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAEE0 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 174 224 -
CMYK 0.59 0.22 0 0.12
HSL 202.56º 0.68% 0.62% -
HSV(B) 202.56º 0.59% 0.88% -
XYZ 32.9 37.88 76.1 -
YUV 154.88 167 82.43 -
System Red Green Blue C M Y K H S L
Decimal 91 174 224 0.59 0.22 0 0.12 202.56 0.68 0.62
Hex 5B AE E0 3B 16 0 C CB 44 3E
Octal 133 256 340 73 26 0 14 313 104 76
Binary 1011011 10101110 11100000 111011 10110 0 1100 11001011 1000100 111110

Color Harmonies of #5BAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEE0

Black with #5BAEE0

Text Example


Text Example

White with #5BAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,174,224); }

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

background-color css

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

 a { background-color: rgb(91,174,224); }

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

border-color css

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

 span { border-color: rgb(91,174,224); }

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