Html Css Color HEX #5BBAF2 Malibu

📋 copy color: '#5BBAF2'

red 91 ◦ green 186 ◦ blue 242

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

Shades of Malibu #5BBAF2

Tints of Malibu #5BBAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 17.53%
G = 35.84%
B = 46.63%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5BBAF2 (or 0x5BBAF2) is known color: Malibu. HEX triplet: 5B, BA and F2. RGB value is (91,186,242). Sum of RGB (Red+Green+Blue) = 91+186+242=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BBAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAF2 is #A4450D. Grayscale: #A3A3A3. Windows color (decimal): -10765582 or 15907419. OLE color: 15907419.

HSL color Cylindrical-coordinate representation of color #5BBAF2: hue angle of 202.25º 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 #5BBAF2 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 186 242 -
CMYK 0.62 0.23 0 0.05
HSL 202.25º 0.85% 0.65% -
HSV(B) 202.25º 0.62% 0.95% -
XYZ 37.9 43.75 90.45 -
YUV 163.98 172.03 75.95 -
System Red Green Blue C M Y K H S L
Decimal 91 186 242 0.62 0.23 0 0.05 202.25 0.85 0.65
Hex 5B BA F2 3E 17 0 5 CA 55 41
Octal 133 272 362 76 27 0 5 312 125 101
Binary 1011011 10111010 11110010 111110 10111 0 101 11001010 1010101 1000001

Color Harmonies of #5BBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBAF2

Black with #5BBAF2

Text Example


Text Example

White with #5BBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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