Html Css Color HEX #5BB8F2 Malibu

📋 copy color: '#5BB8F2'

red 91 ◦ green 184 ◦ blue 242

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

Shades of Malibu #5BB8F2

Tints of Malibu #5BB8F2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 17.6%
G = 35.59%
B = 46.81%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5BB8F2 (or 0x5BB8F2) is known color: Malibu. HEX triplet: 5B, B8 and F2. RGB value is (91,184,242). Sum of RGB (Red+Green+Blue) = 91+184+242=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BB8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB8F2 is #A4470D. Grayscale: #A2A2A2. Windows color (decimal): -10766094 or 15906907. OLE color: 15906907.

HSL color Cylindrical-coordinate representation of color #5BB8F2: hue angle of 203.05º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BB8F2 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 184 242 -
CMYK 0.62 0.24 0 0.05
HSL 203.05º 0.85% 0.65% -
HSV(B) 203.05º 0.62% 0.95% -
XYZ 37.48 42.92 90.31 -
YUV 162.81 172.69 76.78 -
System Red Green Blue C M Y K H S L
Decimal 91 184 242 0.62 0.24 0 0.05 203.05 0.85 0.65
Hex 5B B8 F2 3E 18 0 5 CB 55 41
Octal 133 270 362 76 30 0 5 313 125 101
Binary 1011011 10111000 11110010 111110 11000 0 101 11001011 1010101 1000001

Color Harmonies of #5BB8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB8F2

Black with #5BB8F2

Text Example


Text Example

White with #5BB8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,184,242); }

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

background-color css

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

 a { background-color: rgb(91,184,242); }

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

border-color css

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

 span { border-color: rgb(91,184,242); }

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