Html Css Color HEX #5AB0EC Malibu

📋 copy color: '#5AB0EC'

red 90 ◦ green 176 ◦ blue 236

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

Shades of Malibu #5AB0EC

Tints of Malibu #5AB0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 17.93%
G = 35.06%
B = 47.01%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AB0EC (or 0x5AB0EC) is known color: Malibu. HEX triplet: 5A, B0 and EC. RGB value is (90,176,236). Sum of RGB (Red+Green+Blue) = 90+176+236=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AB0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB0EC is #A54F13. Grayscale: #9C9C9C. Windows color (decimal): -10833684 or 15511642. OLE color: 15511642.

HSL color Cylindrical-coordinate representation of color #5AB0EC: hue angle of 204.66º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB0EC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 176 236 -
CMYK 0.62 0.25 0 0.07
HSL 204.66º 0.79% 0.64% -
HSV(B) 204.66º 0.62% 0.93% -
XYZ 34.88 39.28 85.1 -
YUV 157.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 90 176 236 0.62 0.25 0 0.07 204.66 0.79 0.64
Hex 5A B0 EC 3E 19 0 7 CD 4F 40
Octal 132 260 354 76 31 0 7 315 117 100
Binary 1011010 10110000 11101100 111110 11001 0 111 11001101 1001111 1000000

Color Harmonies of #5AB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB0EC

Black with #5AB0EC

Text Example


Text Example

White with #5AB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,176,236); }

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

background-color css

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

 a { background-color: rgb(90,176,236); }

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

border-color css

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

 span { border-color: rgb(90,176,236); }

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