Html Css Color HEX #5BAFDB Malibu

📋 copy color: '#5BAFDB'

red 91 ◦ green 175 ◦ blue 219

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

Shades of Malibu #5BAFDB

Tints of Malibu #5BAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

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

R = 18.76%
G = 36.08%
B = 45.15%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5BAFDB (or 0x5BAFDB) is known color: Malibu. HEX triplet: 5B, AF and DB. RGB value is (91,175,219). Sum of RGB (Red+Green+Blue) = 91+175+219=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFDB is #A45024. Grayscale: #9A9A9A. Windows color (decimal): -10768421 or 14397275. OLE color: 14397275.

HSL color Cylindrical-coordinate representation of color #5BAFDB: hue angle of 200.62º 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 #5BAFDB is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 175 219 -
CMYK 0.58 0.20 0 0.14
HSL 200.63º 0.64% 0.61% -
HSV(B) 200.63º 0.58% 0.86% -
XYZ 32.43 38 72.64 -
YUV 154.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 91 175 219 0.58 0.20 0 0.14 200.63 0.64 0.61
Hex 5B AF DB 3A 14 0 E C9 40 3D
Octal 133 257 333 72 24 0 16 311 100 75
Binary 1011011 10101111 11011011 111010 10100 0 1110 11001001 1000000 111101

Color Harmonies of #5BAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFDB

Black with #5BAFDB

Text Example


Text Example

White with #5BAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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