Html Css Color HEX #5AB9EA Malibu

📋 copy color: '#5AB9EA'

red 90 ◦ green 185 ◦ blue 234

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

Shades of Malibu #5AB9EA

Tints of Malibu #5AB9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

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

R = 17.68%
G = 36.35%
B = 45.97%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5AB9EA (or 0x5AB9EA) is known color: Malibu. HEX triplet: 5A, B9 and EA. RGB value is (90,185,234). Sum of RGB (Red+Green+Blue) = 90+185+234=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AB9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB9EA is #A54615. Grayscale: #A1A1A1. Windows color (decimal): -10831382 or 15382874. OLE color: 15382874.

HSL color Cylindrical-coordinate representation of color #5AB9EA: hue angle of 200.42º degrees, saturation: 0.77, 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 #5AB9EA is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 185 234 -
CMYK 0.62 0.21 0 0.08
HSL 200.42º 0.77% 0.64% -
HSV(B) 200.42º 0.62% 0.92% -
XYZ 36.42 42.81 84.19 -
YUV 162.18 168.53 76.52 -
System Red Green Blue C M Y K H S L
Decimal 90 185 234 0.62 0.21 0 0.08 200.42 0.77 0.64
Hex 5A B9 EA 3E 15 0 8 C8 4D 40
Octal 132 271 352 76 25 0 10 310 115 100
Binary 1011010 10111001 11101010 111110 10101 0 1000 11001000 1001101 1000000

Color Harmonies of #5AB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB9EA

Black with #5AB9EA

Text Example


Text Example

White with #5AB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,185,234); }

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

background-color css

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

 a { background-color: rgb(90,185,234); }

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

border-color css

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

 span { border-color: rgb(90,185,234); }

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