Html Css Color HEX #5BB1F4 Malibu

📋 copy color: '#5BB1F4'

red 91 ◦ green 177 ◦ blue 244

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

Shades of Malibu #5BB1F4

Tints of Malibu #5BB1F4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

 BLUE value IS 244 (95.7% from 255) = 47.66%

R = 17.77%
G = 34.57%
B = 47.66%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5BB1F4 (or 0x5BB1F4) is known color: Malibu. HEX triplet: 5B, B1 and F4. RGB value is (91,177,244). Sum of RGB (Red+Green+Blue) = 91+177+244=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #5BB1F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BB1F4 is #A44E0B. Grayscale: #9E9E9E. Windows color (decimal): -10767884 or 16036187. OLE color: 16036187.

HSL color Cylindrical-coordinate representation of color #5BB1F4: hue angle of 206.27º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BB1F4 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 177 244 -
CMYK 0.63 0.27 0 0.04
HSL 206.27º 0.87% 0.66% -
HSV(B) 206.27º 0.63% 0.96% -
XYZ 36.37 40.2 91.43 -
YUV 158.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 91 177 244 0.63 0.27 0 0.04 206.27 0.87 0.66
Hex 5B B1 F4 3F 1B 0 4 CE 57 42
Octal 133 261 364 77 33 0 4 316 127 102
Binary 1011011 10110001 11110100 111111 11011 0 100 11001110 1010111 1000010

Color Harmonies of #5BB1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB1F4

Black with #5BB1F4

Text Example


Text Example

White with #5BB1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,177,244); }

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

background-color css

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

 a { background-color: rgb(91,177,244); }

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

border-color css

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

 span { border-color: rgb(91,177,244); }

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