Html Css Color HEX #5BACEC Malibu

📋 copy color: '#5BACEC'

red 91 ◦ green 172 ◦ blue 236

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

Shades of Malibu #5BACEC

Tints of Malibu #5BACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 18.24%
G = 34.47%
B = 47.29%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BACEC (or 0x5BACEC) is known color: Malibu. HEX triplet: 5B, AC and EC. RGB value is (91,172,236). Sum of RGB (Red+Green+Blue) = 91+172+236=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACEC is #A45313. Grayscale: #9A9A9A. Windows color (decimal): -10769172 or 15510619. OLE color: 15510619.

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

Color convert

RGB 91 172 236 -
CMYK 0.61 0.27 0 0.07
HSL 206.48º 0.79% 0.64% -
HSV(B) 206.48º 0.61% 0.93% -
XYZ 34.21 37.79 84.85 -
YUV 155.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 91 172 236 0.61 0.27 0 0.07 206.48 0.79 0.64
Hex 5B AC EC 3D 1B 0 7 CE 4F 40
Octal 133 254 354 75 33 0 7 316 117 100
Binary 1011011 10101100 11101100 111101 11011 0 111 11001110 1001111 1000000

Color Harmonies of #5BACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BACEC

Black with #5BACEC

Text Example


Text Example

White with #5BACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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