Html Css Color HEX #5BBFF2 Malibu

📋 copy color: '#5BBFF2'

red 91 ◦ green 191 ◦ blue 242

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

Shades of Malibu #5BBFF2

Tints of Malibu #5BBFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

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

R = 17.37%
G = 36.45%
B = 46.18%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5BBFF2 (or 0x5BBFF2) is known color: Malibu. HEX triplet: 5B, BF and F2. RGB value is (91,191,242). Sum of RGB (Red+Green+Blue) = 91+191+242=524 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.37% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBFF2 is #A4400D. Grayscale: #A6A6A6. Windows color (decimal): -10764302 or 15908699. OLE color: 15908699.

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

Color convert

RGB 91 191 242 -
CMYK 0.62 0.21 0 0.05
HSL 200.26º 0.85% 0.65% -
HSV(B) 200.26º 0.62% 0.95% -
XYZ 38.97 45.9 90.81 -
YUV 166.91 170.37 73.85 -
System Red Green Blue C M Y K H S L
Decimal 91 191 242 0.62 0.21 0 0.05 200.26 0.85 0.65
Hex 5B BF F2 3E 15 0 5 C8 55 41
Octal 133 277 362 76 25 0 5 310 125 101
Binary 1011011 10111111 11110010 111110 10101 0 101 11001000 1010101 1000001

Color Harmonies of #5BBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBFF2

Black with #5BBFF2

Text Example


Text Example

White with #5BBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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