Html Css Color HEX #5BAFE4 Malibu

📋 copy color: '#5BAFE4'

red 91 ◦ green 175 ◦ blue 228

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

Shades of Malibu #5BAFE4

Tints of Malibu #5BAFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.15%

R = 18.42%
G = 35.43%
B = 46.15%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5BAFE4 (or 0x5BAFE4) is known color: Malibu. HEX triplet: 5B, AF and E4. RGB value is (91,175,228). Sum of RGB (Red+Green+Blue) = 91+175+228=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #5BAFE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFE4 is #A4501B. Grayscale: #9B9B9B. Windows color (decimal): -10768412 or 14987099. OLE color: 14987099.

HSL color Cylindrical-coordinate representation of color #5BAFE4: hue angle of 203.21º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BAFE4 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 91 175 228 -
CMYK 0.60 0.23 0 0.11
HSL 203.21º 0.72% 0.63% -
HSV(B) 203.21º 0.6% 0.89% -
XYZ 33.65 38.49 79.05 -
YUV 155.93 168.67 81.69 -
System Red Green Blue C M Y K H S L
Decimal 91 175 228 0.60 0.23 0 0.11 203.21 0.72 0.63
Hex 5B AF E4 3C 17 0 B CB 48 3F
Octal 133 257 344 74 27 0 13 313 110 77
Binary 1011011 10101111 11100100 111100 10111 0 1011 11001011 1001000 111111

Color Harmonies of #5BAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFE4

Black with #5BAFE4

Text Example


Text Example

White with #5BAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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