Html Css Color HEX #5BAEDB Malibu

📋 copy color: '#5BAEDB'

red 91 ◦ green 174 ◦ blue 219

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

Shades of Malibu #5BAEDB

Tints of Malibu #5BAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 18.8%
G = 35.95%
B = 45.25%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BAEDB (or 0x5BAEDB) is known color: Malibu. HEX triplet: 5B, AE and DB. RGB value is (91,174,219). Sum of RGB (Red+Green+Blue) = 91+174+219=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEDB is #A45124. Grayscale: #9A9A9A. Windows color (decimal): -10768677 or 14397019. OLE color: 14397019.

HSL color Cylindrical-coordinate representation of color #5BAEDB: hue angle of 201.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BAEDB is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 174 219 -
CMYK 0.58 0.21 0 0.14
HSL 201.09º 0.64% 0.61% -
HSV(B) 201.09º 0.58% 0.86% -
XYZ 32.24 37.61 72.58 -
YUV 154.31 164.5 82.84 -
System Red Green Blue C M Y K H S L
Decimal 91 174 219 0.58 0.21 0 0.14 201.09 0.64 0.61
Hex 5B AE DB 3A 15 0 E C9 40 3D
Octal 133 256 333 72 25 0 16 311 100 75
Binary 1011011 10101110 11011011 111010 10101 0 1110 11001001 1000000 111101

Color Harmonies of #5BAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEDB

Black with #5BAEDB

Text Example


Text Example

White with #5BAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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