Html Css Color HEX #5BACEE Malibu

📋 copy color: '#5BACEE'

red 91 ◦ green 172 ◦ blue 238

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

Shades of Malibu #5BACEE

Tints of Malibu #5BACEE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.33%

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

R = 18.16%
G = 34.33%
B = 47.5%

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

#5BACEE (or 0x5BACEE) is known color: Malibu. HEX triplet: 5B, AC and EE. RGB value is (91,172,238). Sum of RGB (Red+Green+Blue) = 91+172+238=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACEE is #A45311. Grayscale: #9A9A9A. Windows color (decimal): -10769170 or 15641691. OLE color: 15641691.

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

Color convert

RGB 91 172 238 -
CMYK 0.62 0.28 0 0.07
HSL 206.94º 0.81% 0.65% -
HSV(B) 206.94º 0.62% 0.93% -
XYZ 34.5 37.9 86.39 -
YUV 155.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 91 172 238 0.62 0.28 0 0.07 206.94 0.81 0.65
Hex 5B AC EE 3E 1C 0 7 CF 51 41
Octal 133 254 356 76 34 0 7 317 121 101
Binary 1011011 10101100 11101110 111110 11100 0 111 11001111 1010001 1000001

Color Harmonies of #5BACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BACEE

Black with #5BACEE

Text Example


Text Example

White with #5BACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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