Html Css Color HEX #5BABEE Malibu

📋 copy color: '#5BABEE'

red 91 ◦ green 171 ◦ blue 238

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

Shades of Malibu #5BABEE

Tints of Malibu #5BABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 18.2%
G = 34.2%
B = 47.6%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BABEE (or 0x5BABEE) is known color: Malibu. HEX triplet: 5B, AB and EE. RGB value is (91,171,238). Sum of RGB (Red+Green+Blue) = 91+171+238=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BABEE is #A45411. Grayscale: #9A9A9A. Windows color (decimal): -10769426 or 15641435. OLE color: 15641435.

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

Color convert

RGB 91 171 238 -
CMYK 0.62 0.28 0 0.07
HSL 207.35º 0.81% 0.65% -
HSV(B) 207.35º 0.62% 0.93% -
XYZ 34.31 37.52 86.32 -
YUV 154.72 175 82.55 -
System Red Green Blue C M Y K H S L
Decimal 91 171 238 0.62 0.28 0 0.07 207.35 0.81 0.65
Hex 5B AB EE 3E 1C 0 7 CF 51 41
Octal 133 253 356 76 34 0 7 317 121 101
Binary 1011011 10101011 11101110 111110 11100 0 111 11001111 1010001 1000001

Color Harmonies of #5BABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABEE

Black with #5BABEE

Text Example


Text Example

White with #5BABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,171,238); }

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

background-color css

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

 a { background-color: rgb(91,171,238); }

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

border-color css

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

 span { border-color: rgb(91,171,238); }

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