Html Css Color HEX #5BAFDA Malibu

📋 copy color: '#5BAFDA'

red 91 ◦ green 175 ◦ blue 218

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

Shades of Malibu #5BAFDA

Tints of Malibu #5BAFDA

RGB

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

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

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

R = 18.8%
G = 36.16%
B = 45.04%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5BAFDA (or 0x5BAFDA) is known color: Malibu. HEX triplet: 5B, AF and DA. RGB value is (91,175,218). Sum of RGB (Red+Green+Blue) = 91+175+218=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFDA is #A45025. Grayscale: #9A9A9A. Windows color (decimal): -10768422 or 14331739. OLE color: 14331739.

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

Color convert

RGB 91 175 218 -
CMYK 0.58 0.20 0 0.15
HSL 200.32º 0.63% 0.61% -
HSV(B) 200.32º 0.58% 0.85% -
XYZ 32.3 37.95 71.95 -
YUV 154.79 163.67 82.5 -
System Red Green Blue C M Y K H S L
Decimal 91 175 218 0.58 0.20 0 0.15 200.32 0.63 0.61
Hex 5B AF DA 3A 14 0 F C8 3F 3D
Octal 133 257 332 72 24 0 17 310 77 75
Binary 1011011 10101111 11011010 111010 10100 0 1111 11001000 111111 111101

Color Harmonies of #5BAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFDA

Black with #5BAFDA

Text Example


Text Example

White with #5BAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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