Html Css Color HEX #5BAFE1 Malibu

📋 copy color: '#5BAFE1'

red 91 ◦ green 175 ◦ blue 225

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

Shades of Malibu #5BAFE1

Tints of Malibu #5BAFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.82%

R = 18.53%
G = 35.64%
B = 45.82%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5BAFE1 (or 0x5BAFE1) is known color: Malibu. HEX triplet: 5B, AF and E1. RGB value is (91,175,225). Sum of RGB (Red+Green+Blue) = 91+175+225=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BAFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFE1 is #A4501E. Grayscale: #9B9B9B. Windows color (decimal): -10768415 or 14790491. OLE color: 14790491.

HSL color Cylindrical-coordinate representation of color #5BAFE1: hue angle of 202.39º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BAFE1 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 175 225 -
CMYK 0.60 0.22 0 0.12
HSL 202.39º 0.69% 0.62% -
HSV(B) 202.39º 0.6% 0.88% -
XYZ 33.23 38.32 76.88 -
YUV 155.58 167.17 81.93 -
System Red Green Blue C M Y K H S L
Decimal 91 175 225 0.60 0.22 0 0.12 202.39 0.69 0.62
Hex 5B AF E1 3C 16 0 C CA 45 3E
Octal 133 257 341 74 26 0 14 312 105 76
Binary 1011011 10101111 11100001 111100 10110 0 1100 11001010 1000101 111110

Color Harmonies of #5BAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFE1

Black with #5BAFE1

Text Example


Text Example

White with #5BAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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