Html Css Color HEX #5BB4EA Malibu

📋 copy color: '#5BB4EA'

red 91 ◦ green 180 ◦ blue 234

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

Shades of Malibu #5BB4EA

Tints of Malibu #5BB4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 18.02%
G = 35.64%
B = 46.34%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BB4EA (or 0x5BB4EA) is known color: Malibu. HEX triplet: 5B, B4 and EA. RGB value is (91,180,234). Sum of RGB (Red+Green+Blue) = 91+180+234=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BB4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB4EA is #A44B15. Grayscale: #9F9F9F. Windows color (decimal): -10767126 or 15381595. OLE color: 15381595.

HSL color Cylindrical-coordinate representation of color #5BB4EA: hue angle of 202.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BB4EA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 180 234 -
CMYK 0.61 0.23 0 0.08
HSL 202.66º 0.77% 0.64% -
HSV(B) 202.66º 0.61% 0.92% -
XYZ 35.49 40.81 83.85 -
YUV 159.55 170.01 79.11 -
System Red Green Blue C M Y K H S L
Decimal 91 180 234 0.61 0.23 0 0.08 202.66 0.77 0.64
Hex 5B B4 EA 3D 17 0 8 CB 4D 40
Octal 133 264 352 75 27 0 10 313 115 100
Binary 1011011 10110100 11101010 111101 10111 0 1000 11001011 1001101 1000000

Color Harmonies of #5BB4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB4EA

Black with #5BB4EA

Text Example


Text Example

White with #5BB4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,180,234); }

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

background-color css

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

 a { background-color: rgb(91,180,234); }

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

border-color css

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

 span { border-color: rgb(91,180,234); }

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