Html Css Color HEX #5BAEEC Malibu

📋 copy color: '#5BAEEC'

red 91 ◦ green 174 ◦ blue 236

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

Shades of Malibu #5BAEEC

Tints of Malibu #5BAEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

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

R = 18.16%
G = 34.73%
B = 47.11%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BAEEC (or 0x5BAEEC) is known color: Malibu. HEX triplet: 5B, AE and EC. RGB value is (91,174,236). Sum of RGB (Red+Green+Blue) = 91+174+236=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEEC is #A45113. Grayscale: #9B9B9B. Windows color (decimal): -10768660 or 15511131. OLE color: 15511131.

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

Color convert

RGB 91 174 236 -
CMYK 0.61 0.26 0 0.07
HSL 205.66º 0.79% 0.64% -
HSV(B) 205.66º 0.61% 0.93% -
XYZ 34.59 38.55 84.98 -
YUV 156.25 173 81.46 -
System Red Green Blue C M Y K H S L
Decimal 91 174 236 0.61 0.26 0 0.07 205.66 0.79 0.64
Hex 5B AE EC 3D 1A 0 7 CE 4F 40
Octal 133 256 354 75 32 0 7 316 117 100
Binary 1011011 10101110 11101100 111101 11010 0 111 11001110 1001111 1000000

Color Harmonies of #5BAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEEC

Black with #5BAEEC

Text Example


Text Example

White with #5BAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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