Html Css Color HEX #5ABEDC Malibu

📋 copy color: '#5ABEDC'

red 90 ◦ green 190 ◦ blue 220

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

Shades of Malibu #5ABEDC

Tints of Malibu #5ABEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 18%
G = 38%
B = 44%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5ABEDC (or 0x5ABEDC) is known color: Malibu. HEX triplet: 5A, BE and DC. RGB value is (90,190,220). Sum of RGB (Red+Green+Blue) = 90+190+220=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #5ABEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEDC is #A54123. Grayscale: #A3A3A3. Windows color (decimal): -10830116 or 14466650. OLE color: 14466650.

HSL color Cylindrical-coordinate representation of color #5ABEDC: hue angle of 193.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABEDC is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 190 220 -
CMYK 0.59 0.14 0 0.14
HSL 193.85º 0.65% 0.61% -
HSV(B) 193.85º 0.59% 0.86% -
XYZ 35.55 44.17 74.36 -
YUV 163.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 90 190 220 0.59 0.14 0 0.14 193.85 0.65 0.61
Hex 5A BE DC 3B E 0 E C2 41 3D
Octal 132 276 334 73 16 0 16 302 101 75
Binary 1011010 10111110 11011100 111011 1110 0 1110 11000010 1000001 111101

Color Harmonies of #5ABEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEDC

Black with #5ABEDC

Text Example


Text Example

White with #5ABEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,220); }

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

background-color css

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

 a { background-color: rgb(90,190,220); }

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

border-color css

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

 span { border-color: rgb(90,190,220); }

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