Html Css Color HEX #5BAEED Malibu

📋 copy color: '#5BAEED'

red 91 ◦ green 174 ◦ blue 237

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

Shades of Malibu #5BAEED

Tints of Malibu #5BAEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 18.13%
G = 34.66%
B = 47.21%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BAEED (or 0x5BAEED) is known color: Malibu. HEX triplet: 5B, AE and ED. RGB value is (91,174,237). Sum of RGB (Red+Green+Blue) = 91+174+237=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BAEED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEED is #A45112. Grayscale: #9C9C9C. Windows color (decimal): -10768659 or 15576667. OLE color: 15576667.

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

Color convert

RGB 91 174 237 -
CMYK 0.62 0.27 0 0.07
HSL 205.89º 0.8% 0.64% -
HSV(B) 205.89º 0.62% 0.93% -
XYZ 34.74 38.61 85.74 -
YUV 156.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 91 174 237 0.62 0.27 0 0.07 205.89 0.8 0.64
Hex 5B AE ED 3E 1B 0 7 CE 50 40
Octal 133 256 355 76 33 0 7 316 120 100
Binary 1011011 10101110 11101101 111110 11011 0 111 11001110 1010000 1000000

Color Harmonies of #5BAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEED

Black with #5BAEED

Text Example


Text Example

White with #5BAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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