Html Css Color HEX #5BAFDD Malibu

📋 copy color: '#5BAFDD'

red 91 ◦ green 175 ◦ blue 221

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

Shades of Malibu #5BAFDD

Tints of Malibu #5BAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 18.69%
G = 35.93%
B = 45.38%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5BAFDD (or 0x5BAFDD) is known color: Malibu. HEX triplet: 5B, AF and DD. RGB value is (91,175,221). Sum of RGB (Red+Green+Blue) = 91+175+221=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFDD is #A45022. Grayscale: #9A9A9A. Windows color (decimal): -10768419 or 14528347. OLE color: 14528347.

HSL color Cylindrical-coordinate representation of color #5BAFDD: hue angle of 201.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAFDD is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 175 221 -
CMYK 0.59 0.21 0 0.13
HSL 201.23º 0.66% 0.61% -
HSV(B) 201.23º 0.59% 0.87% -
XYZ 32.7 38.1 74.04 -
YUV 155.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 91 175 221 0.59 0.21 0 0.13 201.23 0.66 0.61
Hex 5B AF DD 3B 15 0 D C9 42 3D
Octal 133 257 335 73 25 0 15 311 102 75
Binary 1011011 10101111 11011101 111011 10101 0 1101 11001001 1000010 111101

Color Harmonies of #5BAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFDD

Black with #5BAFDD

Text Example


Text Example

White with #5BAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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