Html Css Color HEX #5BACEB Malibu

📋 copy color: '#5BACEB'

red 91 ◦ green 172 ◦ blue 235

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

Shades of Malibu #5BACEB

Tints of Malibu #5BACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.54%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 18.27%
G = 34.54%
B = 47.19%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BACEB (or 0x5BACEB) is known color: Malibu. HEX triplet: 5B, AC and EB. RGB value is (91,172,235). Sum of RGB (Red+Green+Blue) = 91+172+235=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACEB is #A45314. Grayscale: #9A9A9A. Windows color (decimal): -10769173 or 15445083. OLE color: 15445083.

HSL color Cylindrical-coordinate representation of color #5BACEB: hue angle of 206.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BACEB is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 172 235 -
CMYK 0.61 0.27 0 0.08
HSL 206.25º 0.78% 0.64% -
HSV(B) 206.25º 0.61% 0.92% -
XYZ 34.06 37.73 84.08 -
YUV 154.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 91 172 235 0.61 0.27 0 0.08 206.25 0.78 0.64
Hex 5B AC EB 3D 1B 0 8 CE 4E 40
Octal 133 254 353 75 33 0 10 316 116 100
Binary 1011011 10101100 11101011 111101 11011 0 1000 11001110 1001110 1000000

Color Harmonies of #5BACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BACEB

Black with #5BACEB

Text Example


Text Example

White with #5BACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,172,235); }

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

background-color css

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

 a { background-color: rgb(91,172,235); }

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

border-color css

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

 span { border-color: rgb(91,172,235); }

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