Html Css Color HEX #5AB8EB Malibu

📋 copy color: '#5AB8EB'

red 90 ◦ green 184 ◦ blue 235

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

Shades of Malibu #5AB8EB

Tints of Malibu #5AB8EB

RGB

 RED value IS 90 (35.55% from 255) = 17.68%

 GREEN value IS 184 (72.27% from 255) = 36.15%

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 17.68%
G = 36.15%
B = 46.17%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5AB8EB (or 0x5AB8EB) is known color: Malibu. HEX triplet: 5A, B8 and EB. RGB value is (90,184,235). Sum of RGB (Red+Green+Blue) = 90+184+235=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AB8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB8EB is #A54714. Grayscale: #A1A1A1. Windows color (decimal): -10831637 or 15448154. OLE color: 15448154.

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

Color convert

RGB 90 184 235 -
CMYK 0.62 0.22 0 0.08
HSL 201.1º 0.78% 0.64% -
HSV(B) 201.1º 0.62% 0.92% -
XYZ 36.35 42.45 84.88 -
YUV 161.71 169.36 76.85 -
System Red Green Blue C M Y K H S L
Decimal 90 184 235 0.62 0.22 0 0.08 201.1 0.78 0.64
Hex 5A B8 EB 3E 16 0 8 C9 4E 40
Octal 132 270 353 76 26 0 10 311 116 100
Binary 1011010 10111000 11101011 111110 10110 0 1000 11001001 1001110 1000000

Color Harmonies of #5AB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB8EB

Black with #5AB8EB

Text Example


Text Example

White with #5AB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,184,235); }

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

background-color css

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

 a { background-color: rgb(90,184,235); }

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

border-color css

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

 span { border-color: rgb(90,184,235); }

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