Html Css Color HEX #5ABDDA Malibu

📋 copy color: '#5ABDDA'

red 90 ◦ green 189 ◦ blue 218

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

Shades of Malibu #5ABDDA

Tints of Malibu #5ABDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 18.11%
G = 38.03%
B = 43.86%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5ABDDA (or 0x5ABDDA) is known color: Malibu. HEX triplet: 5A, BD and DA. RGB value is (90,189,218). Sum of RGB (Red+Green+Blue) = 90+189+218=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #5ABDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDDA is #A54225. Grayscale: #A2A2A2. Windows color (decimal): -10830374 or 14335322. OLE color: 14335322.

HSL color Cylindrical-coordinate representation of color #5ABDDA: hue angle of 193.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABDDA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 189 218 -
CMYK 0.59 0.13 0 0.15
HSL 193.59º 0.63% 0.6% -
HSV(B) 193.59º 0.59% 0.85% -
XYZ 35.07 43.63 72.9 -
YUV 162.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 90 189 218 0.59 0.13 0 0.15 193.59 0.63 0.6
Hex 5A BD DA 3B D 0 F C2 3F 3C
Octal 132 275 332 73 15 0 17 302 77 74
Binary 1011010 10111101 11011010 111011 1101 0 1111 11000010 111111 111100

Color Harmonies of #5ABDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDDA

Black with #5ABDDA

Text Example


Text Example

White with #5ABDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,218); }

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

background-color css

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

 a { background-color: rgb(90,189,218); }

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

border-color css

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

 span { border-color: rgb(90,189,218); }

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