Html Css Color HEX #5BAEDE Malibu

📋 copy color: '#5BAEDE'

red 91 ◦ green 174 ◦ blue 222

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

Shades of Malibu #5BAEDE

Tints of Malibu #5BAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 18.69%
G = 35.73%
B = 45.59%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5BAEDE (or 0x5BAEDE) is known color: Malibu. HEX triplet: 5B, AE and DE. RGB value is (91,174,222). Sum of RGB (Red+Green+Blue) = 91+174+222=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BAEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEDE is #A45121. Grayscale: #9A9A9A. Windows color (decimal): -10768674 or 14593627. OLE color: 14593627.

HSL color Cylindrical-coordinate representation of color #5BAEDE: hue angle of 201.98º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAEDE is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 174 222 -
CMYK 0.59 0.22 0 0.13
HSL 201.98º 0.66% 0.61% -
HSV(B) 201.98º 0.59% 0.87% -
XYZ 32.64 37.77 74.68 -
YUV 154.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 91 174 222 0.59 0.22 0 0.13 201.98 0.66 0.61
Hex 5B AE DE 3B 16 0 D CA 42 3D
Octal 133 256 336 73 26 0 15 312 102 75
Binary 1011011 10101110 11011110 111011 10110 0 1101 11001010 1000010 111101

Color Harmonies of #5BAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEDE

Black with #5BAEDE

Text Example


Text Example

White with #5BAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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