Html Css Color HEX #5BAEEE Malibu

📋 copy color: '#5BAEEE'

red 91 ◦ green 174 ◦ blue 238

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

Shades of Malibu #5BAEEE

Tints of Malibu #5BAEEE

RGB

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

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

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

R = 18.09%
G = 34.59%
B = 47.32%

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

#5BAEEE (or 0x5BAEEE) is known color: Malibu. HEX triplet: 5B, AE and EE. RGB value is (91,174,238). Sum of RGB (Red+Green+Blue) = 91+174+238=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEEE is #A45111. Grayscale: #9C9C9C. Windows color (decimal): -10768658 or 15642203. OLE color: 15642203.

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

Color convert

RGB 91 174 238 -
CMYK 0.62 0.27 0 0.07
HSL 206.12º 0.81% 0.65% -
HSV(B) 206.12º 0.62% 0.93% -
XYZ 34.88 38.67 86.51 -
YUV 156.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 91 174 238 0.62 0.27 0 0.07 206.12 0.81 0.65
Hex 5B AE EE 3E 1B 0 7 CE 51 41
Octal 133 256 356 76 33 0 7 316 121 101
Binary 1011011 10101110 11101110 111110 11011 0 111 11001110 1010001 1000001

Color Harmonies of #5BAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAEEE

Black with #5BAEEE

Text Example


Text Example

White with #5BAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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