Html Css Color HEX #5BC9EC Malibu

📋 copy color: '#5BC9EC'

red 91 ◦ green 201 ◦ blue 236

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

Shades of Malibu #5BC9EC

Tints of Malibu #5BC9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

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

R = 17.23%
G = 38.07%
B = 44.7%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BC9EC (or 0x5BC9EC) is known color: Malibu. HEX triplet: 5B, C9 and EC. RGB value is (91,201,236). Sum of RGB (Red+Green+Blue) = 91+201+236=528 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.23% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BC9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC9EC is #A43613. Grayscale: #ABABAB. Windows color (decimal): -10761748 or 15518043. OLE color: 15518043.

HSL color Cylindrical-coordinate representation of color #5BC9EC: hue angle of 194.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 #5BC9EC is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 201 236 -
CMYK 0.61 0.15 0 0.07
HSL 194.48º 0.79% 0.64% -
HSV(B) 194.48º 0.61% 0.93% -
XYZ 40.34 50.05 86.89 -
YUV 172.1 164.06 70.15 -
System Red Green Blue C M Y K H S L
Decimal 91 201 236 0.61 0.15 0 0.07 194.48 0.79 0.64
Hex 5B C9 EC 3D F 0 7 C2 4F 40
Octal 133 311 354 75 17 0 7 302 117 100
Binary 1011011 11001001 11101100 111101 1111 0 111 11000010 1001111 1000000

Color Harmonies of #5BC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC9EC

Black with #5BC9EC

Text Example


Text Example

White with #5BC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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