Html Css Color HEX #5AB0EA Malibu

📋 copy color: '#5AB0EA'

red 90 ◦ green 176 ◦ blue 234

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

Shades of Malibu #5AB0EA

Tints of Malibu #5AB0EA

RGB

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

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

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

R = 18%
G = 35.2%
B = 46.8%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5AB0EA (or 0x5AB0EA) is known color: Malibu. HEX triplet: 5A, B0 and EA. RGB value is (90,176,234). Sum of RGB (Red+Green+Blue) = 90+176+234=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AB0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB0EA is #A54F15. Grayscale: #9C9C9C. Windows color (decimal): -10833686 or 15380570. OLE color: 15380570.

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

Color convert

RGB 90 176 234 -
CMYK 0.62 0.25 0 0.08
HSL 204.17º 0.77% 0.64% -
HSV(B) 204.17º 0.62% 0.92% -
XYZ 34.59 39.16 83.58 -
YUV 156.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 90 176 234 0.62 0.25 0 0.08 204.17 0.77 0.64
Hex 5A B0 EA 3E 19 0 8 CC 4D 40
Octal 132 260 352 76 31 0 10 314 115 100
Binary 1011010 10110000 11101010 111110 11001 0 1000 11001100 1001101 1000000

Color Harmonies of #5AB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB0EA

Black with #5AB0EA

Text Example


Text Example

White with #5AB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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