Html Css Color HEX #5AB0ED Malibu

📋 copy color: '#5AB0ED'

red 90 ◦ green 176 ◦ blue 237

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

Shades of Malibu #5AB0ED

Tints of Malibu #5AB0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 17.89%
G = 34.99%
B = 47.12%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AB0ED (or 0x5AB0ED) is known color: Malibu. HEX triplet: 5A, B0 and ED. RGB value is (90,176,237). Sum of RGB (Red+Green+Blue) = 90+176+237=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AB0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB0ED is #A54F12. Grayscale: #9C9C9C. Windows color (decimal): -10833683 or 15577178. OLE color: 15577178.

HSL color Cylindrical-coordinate representation of color #5AB0ED: hue angle of 204.9º degrees, saturation: 0.8, 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 #5AB0ED is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 176 237 -
CMYK 0.62 0.26 0 0.07
HSL 204.9º 0.8% 0.64% -
HSV(B) 204.9º 0.62% 0.93% -
XYZ 35.03 39.34 85.87 -
YUV 157.24 173.01 80.04 -
System Red Green Blue C M Y K H S L
Decimal 90 176 237 0.62 0.26 0 0.07 204.9 0.8 0.64
Hex 5A B0 ED 3E 1A 0 7 CD 50 40
Octal 132 260 355 76 32 0 7 315 120 100
Binary 1011010 10110000 11101101 111110 11010 0 111 11001101 1010000 1000000

Color Harmonies of #5AB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB0ED

Black with #5AB0ED

Text Example


Text Example

White with #5AB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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