Html Css Color HEX #5BAEDA Malibu

📋 copy color: '#5BAEDA'

red 91 ◦ green 174 ◦ blue 218

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

Shades of Malibu #5BAEDA

Tints of Malibu #5BAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 18.84%
G = 36.02%
B = 45.13%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5BAEDA (or 0x5BAEDA) is known color: Malibu. HEX triplet: 5B, AE and DA. RGB value is (91,174,218). Sum of RGB (Red+Green+Blue) = 91+174+218=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEDA is #A45125. Grayscale: #999999. Windows color (decimal): -10768678 or 14331483. OLE color: 14331483.

HSL color Cylindrical-coordinate representation of color #5BAEDA: hue angle of 200.79º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BAEDA is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 174 218 -
CMYK 0.58 0.20 0 0.15
HSL 200.79º 0.63% 0.61% -
HSV(B) 200.79º 0.58% 0.85% -
XYZ 32.11 37.56 71.89 -
YUV 154.2 164 82.92 -
System Red Green Blue C M Y K H S L
Decimal 91 174 218 0.58 0.20 0 0.15 200.79 0.63 0.61
Hex 5B AE DA 3A 14 0 F C9 3F 3D
Octal 133 256 332 72 24 0 17 311 77 75
Binary 1011011 10101110 11011010 111010 10100 0 1111 11001001 111111 111101

Color Harmonies of #5BAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEDA

Black with #5BAEDA

Text Example


Text Example

White with #5BAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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