Html Css Color HEX #5BBFD5 Malibu

📋 copy color: '#5BBFD5'

red 91 ◦ green 191 ◦ blue 213

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

Shades of Malibu #5BBFD5

Tints of Malibu #5BBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 18.38%
G = 38.59%
B = 43.03%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5BBFD5 (or 0x5BBFD5) is known color: Malibu. HEX triplet: 5B, BF and D5. RGB value is (91,191,213). Sum of RGB (Red+Green+Blue) = 91+191+213=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #5BBFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFD5 is #A4402A. Grayscale: #A3A3A3. Windows color (decimal): -10764331 or 14008155. OLE color: 14008155.

HSL color Cylindrical-coordinate representation of color #5BBFD5: hue angle of 190.82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BBFD5 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 191 213 -
CMYK 0.57 0.10 0 0.16
HSL 190.82º 0.59% 0.6% -
HSV(B) 190.82º 0.57% 0.84% -
XYZ 34.96 44.29 69.66 -
YUV 163.61 155.87 76.21 -
System Red Green Blue C M Y K H S L
Decimal 91 191 213 0.57 0.10 0 0.16 190.82 0.59 0.6
Hex 5B BF D5 39 A 0 10 BF 3B 3C
Octal 133 277 325 71 12 0 20 277 73 74
Binary 1011011 10111111 11010101 111001 1010 0 10000 10111111 111011 111100

Color Harmonies of #5BBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBFD5

Black with #5BBFD5

Text Example


Text Example

White with #5BBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,191,213); }

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

background-color css

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

 a { background-color: rgb(91,191,213); }

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

border-color css

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

 span { border-color: rgb(91,191,213); }

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