Html Css Color HEX #5BBFDA Malibu

📋 copy color: '#5BBFDA'

red 91 ◦ green 191 ◦ blue 218

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

Shades of Malibu #5BBFDA

Tints of Malibu #5BBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 18.2%
G = 38.2%
B = 43.6%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5BBFDA (or 0x5BBFDA) is known color: Malibu. HEX triplet: 5B, BF and DA. RGB value is (91,191,218). Sum of RGB (Red+Green+Blue) = 91+191+218=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFDA is #A44025. Grayscale: #A3A3A3. Windows color (decimal): -10764326 or 14335835. OLE color: 14335835.

HSL color Cylindrical-coordinate representation of color #5BBFDA: hue angle of 192.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BBFDA is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 191 218 -
CMYK 0.58 0.12 0 0.15
HSL 192.76º 0.63% 0.61% -
HSV(B) 192.76º 0.58% 0.85% -
XYZ 35.6 44.55 73.05 -
YUV 164.18 158.37 75.8 -
System Red Green Blue C M Y K H S L
Decimal 91 191 218 0.58 0.12 0 0.15 192.76 0.63 0.61
Hex 5B BF DA 3A C 0 F C1 3F 3D
Octal 133 277 332 72 14 0 17 301 77 75
Binary 1011011 10111111 11011010 111010 1100 0 1111 11000001 111111 111101

Color Harmonies of #5BBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBFDA

Black with #5BBFDA

Text Example


Text Example

White with #5BBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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